The goal of lakeontario
is to provide a suite of R tools and templates
to support fisheries data collection and analysis on Lake Ontario.
You can install lakeontario
from GitHub with:
# install.packages("devtools")
devtools::install_github("HoldenJe/lakeontario")
A basemap of the Lake Ontario shoreline shapefile is stored as a base ggplot object.
library(lakeontario)
base_ontarioshore
File templates for Rmarkdown documents.
usethis::use_template(
template = "multiagent.Rmd",
save_as = file.path("Reports/2_FEED_pointblank_error_check_report.Rmd"),
package = "lakeontario"
)