ang.cpts_-: Generic Function - ang.cpts<-

ang.cpts<-R Documentation

Generic Function - ang.cpts<-

Description

Generic function

Usage

ang.cpts(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Details

Generic function.

Value

Numeric vector of changepoints in angle mapping.

Author(s)

Thomas Grundy

See Also

ang.cpts<–methods

Examples

x <- new('cpt.geo')
ang.cpts(x) <- c(50,100)

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