Skip to content

Contains plot templates used in WGMIXFISH-ADVICE and Fisheries Overviews

License

Notifications You must be signed in to change notification settings

ices-tools-dev/mixfishtools

Repository files navigation

mixfishtools

:registry status badge Build package

To install:

# install pre-compiled package (preferred)
install.packages('mixfishtools', repo = 'https://ices-tools-prod.r-universe.dev')

# install from source
library(remotes)
install_github(repo = "ices-tools-dev/mixfishtools")

mixfishtools vignette

An Rmarkdown tutorial can be found in 'vignettes/mixfishtoolsGuide.Rmd'

You can build this using devtools::build_vignettes(), or during installation, with remotes::install_github(repo = "ices-tools-dev/mixfishtools", build_vignettes = TRUE). The vignette can then be viewed in your browser, using browseVignettes(package = "mixfishtools").