spatialOccupancy
functionThis function takes an observation data frame and a data frame of site
characteristics and combines them together for analysis with the
spatial.occupancy
function.
make.so.data(visit.data, site.data, names)
A data frame that contains the observed occupancy for each site and any detection related covariates.
A data frame that contains the site id, coordinates, and any habitat related covariates that might influence the occupancy process
A named list with the following elements: (1)visit
A
named list with elements "site" = the name of the site id in the observation
data frame and "obs" = the name of the observed occupancy variable (2)
site
A named list with elements "site" = the name of the site id and
"coords" = a character vector giving the name of the coordinates (x first
then y)
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
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)