data.set {changepoint.geo}R 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.

[Package changepoint.geo version 1.0.2 Index]