Description Usage Arguments Value
View source: R/local_null_model.R
Reassign species IDs using all species ever observed on a single route.
1 2 3 4 5 6 7 8 9 10 11 | local_null_model(
ts_dat,
null_mod_seed = 1989,
sim_index = 1,
begin_years = 1988:1992,
end_years = 2014:2018,
isd_seed = 1989,
n_isd_draws = 10,
ndraws = 100,
return_actual = FALSE
)
|
ts_dat |
matssdat |
null_mod_seed |
seed to control reshuffling of species |
sim_index |
for wrapping |
begin_years |
default 1988:1992 |
end_years |
default 2014:2018 |
isd_seed |
default 1989, passed to ssims_wrapper |
n_isd_draws |
default 10, passed to ssims_wrapper |
ndraws |
default 100, passed to ssims_wraper |
return_actual |
return actual (unmodified) results? |
df of sims
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.