data.set: Generic Function - data.set

data.setR Documentation

Generic Function - data.set

Description

Generic Function

Usage

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

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

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