Description Usage Arguments Details Value Author(s)
This function takes an observation data frame and a data frame of site
characteristics and combines them together for analysis with the
spatial.occupancy
function.
1 | make.so.data(visit.data, site.data, names)
|
visit.data |
A data frame that contains the observed occupancy for each site and any detection related covariates. |
site.data |
A data frame that contains the site id, coordinates, and any habitat related covariates that might influence the occupancy process |
names |
A named list with the following elements: (1) |
This function combines the two data frames and assigns names so that
spatial.occupancy
knows which columns to use. It also performs
some rudimentary error checking to make sure the data is in the proper form
(e.g., the site IDs in the visit data frame must be contained in the site
IDs for the site data frame)
An so.data
object is a list with elements equal to the two
data frames. Attributes are set giving the names of columns of interest
Devin S. Johnson <devin.johnson@noaa.gov>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.