UpdateNests: Create a dataset of class Nests2 from an object of class Nests
Description
Will create a dataset of class Nests2 to be used with searchR
This function is used to convert Nests or Nests2 format into the new one, Nests2, and add information.
Usage
UpdateNests(
data = stop("An object with nests must be provided !"),
weight = NULL,
LayingTime = NULL,
UnitTime = NULL,
Longitude = NULL,
Latitude = NULL,
Informations = NULL,
Males = NULL,
Females = NULL,
hatchling.metric.mean = NULL,
hatchling.metric.sd = NULL
)
Value
A list with all the nests formated to be used with searchR.
Arguments
data
An object of class Nests or Nests2.
weight
The weight of different nests for likelihood estimation.
LayingTime
Named POSIXct or POSIXlt time for each nest in data.
UnitTime
The units for time as a named list or vector
Longitude
The longitude of the nests as a named list or vector
Latitude
The latitude of the nests as a named list or vector
Informations
Some textual information about the nests as a named list or vector