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

data.set<-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)

changepoint.geo documentation built on Sept. 24, 2023, 1:06 a.m.