nmodes {remote}R Documentation

Number of modes of an EotStack

Description

Number of modes of an EotStack

Usage

## S4 method for signature 'EotStack'
nmodes(x)

Arguments

x

an EotStack

Details

retrieves the number of modes of an EotStack

Value

integer

Examples

data(vdendool)

nh_modes <- eot(vdendool, n = 2)

nmodes(nh_modes)


[Package remote version 1.2.1 Index]