nmodes {remote} | R Documentation |
Number of modes of an EotStack
## S4 method for signature 'EotStack'
nmodes(x)
x |
an EotStack |
retrieves the number of modes of an EotStack
integer
data(vdendool)
nh_modes <- eot(vdendool, n = 2)
nmodes(nh_modes)