Skip to content

HoldenJe/lakeontario

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages