Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 857 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 857 Bytes

lakeontario

The goal of lakeontario is to provide a suite of R tools and templates to support fisheries data collection and analysis on Lake Ontario.

Installation

You can install lakeontario from GitHub with:

# install.packages("devtools")
devtools::install_github("HoldenJe/lakeontario")

Example

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"
  )