plotout: plotout

View source: R/asmreduct.r

plotoutR Documentation

plotout

Description

plotout

Usage

plotout(out)

Arguments

out

a list of asmreduction lists generated by calcout

Value

a matrix of logR0, DeplHH, logR0, DeplLH, and Steepness

Examples

## Not run: 
  data(orhdat1)
  fish <- orhdat1$fish # 19 years of data
  glb <- orhdat1$glb
  props <- orhdat1$props
  inR0 <- seq(12.0,14.2,0.02)
  limitH <- c(0.25,0.5)
  glb$M <- c(0.03,0.32,0.36,0.38,0.04,0.042,0.44)
  glb$steep <- 0.6
  out <- calcout(mvalues,inR0,fish,glb,props,limitH=limitH)
  plotprep(width=6, height=4)
  plotout(out)

## End(Not run)

haddonm/datalowSA documentation built on Nov. 5, 2023, 6:40 p.m.