Learn R Programming

changepoint.geo (version 1.0.1)

data.set: Generic Function - data.set

Description

Generic Function

Usage

data.set(object)

Arguments

object

Object of class cpt.geo.

Value

n by p matrix containing the data set.

Details

Generic function

See Also

data.set-methods

Examples

Run this code
# NOT RUN {
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