pen.type: Generic Function - pen.type

pen.typeR Documentation

Generic Function - pen.type

Description

Generic function

Usage

pen.type(object)

Arguments

object

Depending on the class of object depends on the method used (and if one exists)

Details

Generic Function

Value

Depends on the class of object, see individual methods

Author(s)

Rebecca Killick

See Also

pen.type-methods

Examples

x=new("cpt") # new cpt object
pen.type(x) # retrieves the pen.type slot from x

changepoint documentation built on Nov. 4, 2022, 1:07 a.m.