gen_dens_sel_simulation | R Documentation |
Simulate selection probabilities for GRTS
gen_dens_sel_simulation(
parms = ARUtools::default_selection_parameters,
selection_variable = psel_normalized,
return_dat = F,
...
)
parms |
List of parameters for simulation see ?ARUtools::default_selection_parameters for names and default values |
selection_variable |
unquoted variable name of which options are psel, psel_doy, psel_tod, psel_std, psel_scaled, or psel_normalized. Default is psel_normalized |
return_dat |
Logical - return just the data or print basic plot |
Returns either a data frame with selection probabilities or plots of selection probabiliies.
# gen_dens_sel_simulation(min = -70:240,doy = 121:201,
# parms = ARUtools::default_selection_parameters,
# selection_variable = psel_normalized , return_dat=F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.