Learn R Programming

changepoint.geo (version 1.0.2)

data.set<-: Generic Function - data.set<-

Description

Generic Function

Usage

data.set(object) <- value

Value

n by p Matrix of data set.

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Author

Thomas Grundy

Details

Generic function.

See Also

data.set<--methods

Examples

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

Run the code above in your browser using DataLab