chooseseg_lavielle {segclust2d} | R Documentation |
Internal Function for choosing optimal number of segment
Description
Choosing optimal number of segment using Marc Lavielle's method. From Emilie Lebarbier. Method based on identifying breaks in the slope of the contrast.
Usage
chooseseg_lavielle(J, S = 0.75, ...)
Arguments
J |
likelihood for each number of segment |
S |
threshold for choosing the number of segment. See adehabitatLT::chooseseg |
... |
additional arguments |
Value
a list with optimal number of segment and full data.frame of the calculus
[Package segclust2d version 0.3.3 Index]