Skip to content
/ satf Public

R package that contains general tables and figures such as diagnostics plots, standard objects in an assessment report, and other important visualizations to interpret results of stock assessment models.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

nmfs-ost/satf

Repository files navigation

Stock Assessment Tables and Figures (satf)

The goal of satf is to create a centralized package that contains all of the figures and tables that are used when analyzing stock assessment model outputs, writing a report, and other various procedures performed during the stock assessment workflow. There are multiple current packages that perform a similar function, but they are typically region and/or model dependent. Across the US, there are multiple packages that create plots that are directly used in a stock assessment report used for management. For example, an analyst that uses Stock Synthesis (SS3) to assess a stock will utilize r4ss, a package that reads outputs, plots key parameters, and more to increase throughput and reduce tedious tasks for an analyst.

Installation

You can install the development version of satf from GitHub with:

# install.packages("devtools")
devtools::install_github("nmfs-ost/satf")

Alternatively, you can install satf using the remotes package:

install.packages("remotes")
remotes::install_github("nmfs-ost/satf")

Occassionally, the package can not be installed using the remotes package. If this is the case for you and the other two installation options don't work please try:

install.packages("pak")
pak::pak("nmfs-ost/satf")

Example

This is a basic example which shows you how to solve a common problem:

library(satf)
## basic example code

Disclaimer

This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project code is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.

About

R package that contains general tables and figures such as diagnostics plots, standard objects in an assessment report, and other important visualizations to interpret results of stock assessment models.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages