regional_null_model: Regional null model

Description Usage Arguments Value

View source: R/regional_null_model.R

Description

Reassign species IDs using all species whose ranges overlap a route, or were ever observed on that route.

Usage

1
2
3
4
5
6
7
8
9
regional_null_model(
  ts_dat,
  ranges_dat = NULL,
  null_mod_seed = NULL,
  sim_index = NULL,
  begin_years = NULL,
  end_years = NULL,
  isd_seed = NULL
)

Arguments

ts_dat

a MATSS-shaped dataset

ranges_dat

a dataframe of route & species encountered each route

null_mod_seed

seed to use when reshuffling species. if none given will be drawn.

sim_index

sim index to track

begin_years

to pass to all_core_analyses

end_years

to pass to all_core_analyses

isd_seed

to pass to all_core_analyses

Value

results of all_core_analyses


diazrenata/rwar documentation built on Dec. 19, 2021, 11:08 p.m.