plot_box_whiskers: creates box whisker plots

Description Usage Arguments Value

View source: R/plot_box_whiskers.R

Description

Multipanel plots representing species/guild biomass, catch, etc over differnt scenario types

Usage

1
2
3
4
5
6
7
8
plot_box_whiskers(
  filePath,
  rootFolder,
  inputFile,
  dataType,
  scaling = T,
  outFilename = NULL
)

Arguments

filePath

Character string. Path to rootfolder

rootFolder

Character string. Folder containing all runs output

inputFile

Character string. RDS file to process.

dataType

Character string. Used for yaxis label

scaling

binary scalar. Scale to kilotons (T) or not (F)

outFilename

Character string. Name of file to be saved. Default = inputFile.png

Value

Plots are written


andybeet/hydramse documentation built on April 16, 2021, 5:23 a.m.