cpf_report_params | R Documentation |
This dataset includes parameters used in analysis to identify high-use areas for breeding colonial seabirds. Parameters in this dataframe are passed to OPPtools::opp_render_diagnostic and OPPtools::opp_render_report to run analysis to identify trips away from the colony, calculate individual utilization distributions, quantify overlap among individual distributions, and map high-use areas around the colony.
cpf_report_params
A data frame:
Numeric. Movebank project number.
Text. Title used in PDF report.
Text. File name used in all outputs.
Text. Species common name.
Numeric. Number of breeding pairs at colony. Used in calculating number of birds expected to occur in high-use areas.
Numeric. Year when most recent colony count was conducted.
Numeric. Distance, in kilometers, a bird must travel from colony to be considered in away from colony. Passed to OPPtools::opp_get_trips in analysis.
Numeric. Distance, in kilometers, a bird must return to colony to be considered in a complete trip. Passed to OPPtools::opp_get_trips in analysis.
Numeric. Time, in hours, a bird must be away from the colony to be considered in a complete trip. Passed to OPPtools::opp_get_trips in analysis.
Numeric. Time, in hours, between consecutive locations to be considered a gap in tracking. Passed to OPPtools::opp_get_trips in analysis.
Numeric. Distance, in kilometers, between consecutive locations to be considered a gap in tracking. Passed to OPPtools::opp_get_trips in analysis.
Logical. Should gaps in location data be interpolated? Passed to OPPtools::opp_get_trips in analysis.
Timestep used for interpolating GPS locations, as text (e.g. 5 min, 1 hour). Passed to OPPtools::opp_get_trips in analysis.
Numeric. Grid resultion, in kilometers, used in calculating utilizations disributions.
Numeric. Distance, in kilometers, used to extend grid used in calculating utilizations disributions.
Text. Type of kernel smoother used in analysis to calculate utilization distributions. Acceptable values are: href, href/2, and step
Text. Describing the breeding stage data apply to. Used in text of report.
Text. Describing the date range of the breeding stage for this population. Used in text of report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.