Description Usage Arguments Details Value Examples
Identify first clutches for our focal species.
1 | format_data(input_data)
|
input_data |
Dataframe. Raw Brood_data from formatting populations |
For all population/species data:
Filter only our two focal species (GT and BT).
Filter only records where laying date was known.
Determine the cutoff (30 days after the first laying date of the season) at which nests would no longer be considered 'first' nests. This cutoff is unique to each species in each population in each year.
Classify nests as 'first' using this cutoff.
A tibble with 7 columns
1 2 3 4 5 6 7 8 9 | ## Not run:
#Load Brood_info.csv
input_data <- read.csv(here::here("data/unshared_files/Brood_info.csv"),
header = T, sep = ",", stringsAsFactors = FALSE)
#Format data into correct format
format_data(input_data = input_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.