calc_sel_pr | R Documentation |
Calculate Inclusion Probabilities
calc_sel_pr(
.data,
ARU_ID_col,
min_col,
day_col,
parms = list(min_range = c(-60, 300), doy_range = c(150, 180), mean_min = 30, sd_min =
30, mean_doy = 0, sd_doy = 10, off = 0, log_ = FALSE, fun = "norm")
)
.data |
Data frame with Date, times, and ARU IDs |
ARU_ID_col |
ARU id column. Should not be quoted. |
min_col |
Minutes column. Should not be quoted. |
day_col |
Day column. Should not be quoted. |
parms |
list of parameters. See defaults for examples. Should include min_range, doy_range, mean_min, sd_min, mean_doy, sd_doy, off, log_, fun. |
Returns .data with selection probability columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.