This R package imports moose twinning data, estimates twinning rates, generates plots and summary tables, and produces a survey report. Originally developed for Tetlin National Wildlife Refuge’s moose twinning survey, but could be adopted to other similar surveys. Generates a report that follows the AK Refuge Report Series template.
To use moosetwinning
and generate reports, you’ll need:
-
R version >4.0 Available through FWS Apps-to-Go
-
Rtools version >4.0 Available through FWS Apps-to-Go
To install moosetwinning
:
if (!require("pak")) install.packages("pak")
pak::pak("USFWS/moosetwinning")
library(moosetwinning)
To generate a example moose twinning report using data supplied with the package:
library(moosetwinning)
create_report()
To create a report using your data, provide a relative file path to a CSV containing moose twinning data. For example:
create_report("./data/dat.csv")
Data in the CSV should be formatted to the required standard. See example:
data("moose_twinning")
View(moose_twinning)
For more information, check out the package GitHub page.
Contact the project maintainer for help with this repository.
Contact the project maintainer for information about contributing to this repository template. Submit a GitHub Issue to report a bug or request a feature or enhancement.
This work
is licensed under a Creative Commons Zero Universal v1.0
License.