plot_catch_fractions: Plots composition in catchsamples of parameters that...

Description Usage Arguments

Description

Plots composition in catchsamples of parameters that determines what kind fraction of catches or landings are sampled

Usage

1
2
3
4
5
plot_catch_fractions(biotic, title = "sampling point",
  xlab = "# catch samples", allname = "Unsorted",
  landname = "Landed", discname = "Not landed", allcol = "#fee8c8",
  disccol = "#fdbb84", landcol = "#e34a33", unkowncol = "white",
  blankcode = default_blankcode, barplot = F)

Arguments

title

title for plot

xlab

label for x axis

allname

name to use for samples where all catch was sampled

landname

name to use for samples where only landed fraction was sampled

discname

name to use for discared fraction of cathc when samples where taken after sorting

allcol

color to use for samples where all catch was sampled

landcol

color to use for samples where only landed fraction was sampled

blankcode

code to use when fraction is not coded in data.

barplot

if T barplot is plotted in stead of pie chart

disccolcolor

to use for samples where only discared fraction was sampled

unkwoncol

color to use when sampled fraction is not coded in data.


Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.