data.set: Generic Function - data.set

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Generic Function

Usage

1
data.set(object)

Arguments

object

Object of class cpt.geo.

Details

Generic function

Value

n by p matrix containing the data set.

Author(s)

Thomas Grundy

See Also

data.set-methods

Examples

1
2
x <- new('cpt.geo')	#new cpt.geo object
data.set(x)	#retrieves the data.set slot from x.

grundy95/changepoint.geo documentation built on March 27, 2021, 6:01 a.m.