Learn R Programming

changepoint.geo (version 1.0.2)

nquantiles<-: Generic Function - nquantiles<-

Description

Generic function

Usage

nquantiles(object) <- value

Value

Numeric value of number of quantiles used in empirical likelihood.

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Author

Thomas Grundy

Details

Generic function.

See Also

nquantiles<--methods

Examples

Run this code
x <- new('cpt.geo')
nquantiles(x) <- 10

Run the code above in your browser using DataLab