Learn R Programming

changepoint.geo (version 1.0.2)

data.set: Generic Function - data.set

Description

Generic Function

Usage

data.set(object)

Value

n by p matrix containing the data set.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

data.set-methods

Examples

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

Run the code above in your browser using DataLab