Plot occupancy covariates
plotOccuVars.Rd
Plots selected covariates against detection/non-detection data
Arguments
- occu_data
An list with occupancy site and visit data. See
ppl_create_site_visit
- vars
Character vector with the names of the variables to plot. They must match those names in occu_data.
- type
The type of plot we want to display. Either "ind" which shows individual plots for each variable, or "cross", which shows a scatterplot with two variables. We need to pass on exactly two variables.