data.set<- {changepoint.geo}R Documentation

Generic Function - data.set<-

Description

Generic Function

Usage

data.set(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Details

Generic function.

Value

n by p Matrix of data set.

Author(s)

Thomas Grundy

See Also

data.set<–methods

Examples

x <- new('cpt.geo')
data.set(x) <- matrix(rnorm(100*10),ncol=10,nrow=100)

[Package changepoint.geo version 1.0.2 Index]