Plot step-length distribution
Plot step-length distribution
plot_sl(x, ...) ## S3 method for class 'fit_clogit' plot_sl(x, n = 1000, upper_quantile = 0.99, plot = TRUE, ...) ## S3 method for class 'random_steps' plot_sl(x, n = 1000, upper_quantile = 0.99, plot = TRUE, ...)
x |
|
... |
Further arguments, none implemented. |
n |
|
upper_quantile |
|
plot |
|
data(deer) # with random steps deer %>% steps_by_burst %>% random_steps %>% plot_sl deer %>% steps_by_burst %>% random_steps %>% plot_sl(upper_quantile = 0.5) # with fitted ssf deer %>% steps_by_burst %>% random_steps %>% fit_ssf(case_ ~ sl_ + strata(step_id_)) %>% plot_sl
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.