plotbasic: plotbasic generates 6 plots of fisheries data and diver data

View source: R/cpueplots.R

plotbasicR Documentation

plotbasic generates 6 plots of fisheries data and diver data

Description

plotbasic expects to receive plots six graphs,

Usage

plotbasic(
  indat,
  title,
  sau = "block",
  leg1 = "topleft",
  leg2 = "bottomleft",
  leg3 = "bottomleft"
)

Arguments

indat

the data.frame containing the fisheries data

title

the main title for the plots

sau

the spatial management unit used, in Tasmania = block

leg1

legend location for the catch vs hours by sau plot, default="topleft"

leg2

legend location for the geometric mean cpue by sau plot, default="bottomleft"

leg3

legend location for the active diver by sau plot, default="bottomleft"

Value

nothing but it generates a 3 row x 2 col plot

Examples

## Not run: 
  indat=abd; title="Fortescue";sau="block";leg1="topleft";
  leg2="bottomleft";leg3="bottomleft"
  print("Waiting on an internal data.frame")

## End(Not run)    # indat=abd; title="blk13E"; sau="block";

haddonm/rforcpue documentation built on Oct. 12, 2024, 11:55 p.m.