postplot: Plot posterior updates from 'bdm' model fit

View source: R/postplot.R

postplotR Documentation

Plot posterior updates from bdm model fit

Description

Plots the posterior updates for $r$ and $log(K)$.

Usage

postplot(x, ...)

## S3 method for class 'bdm'
postplot(x, ..., type = "histogram", labels = character())

Arguments

x

bdm class object.

...

additional arguments to the generic function

type

character vector of plot type. Must be one or more of 'histogram' or 'point'.

Details

Depletion is measured as the biomass over the carrying capacity, harvest rate is the catch over the estimated biomass, and surplus production is the production function multiplied by the process error residual.

Value

Returns a ggplot object that can be displayed or assigned and manuipulated using further arguments from the ggplot2 package.


cttedwards/bdm documentation built on Oct. 11, 2022, 7:52 p.m.