plotit: Plot helper

plotitR Documentation

Plot helper

Description

Plot helper

Usage

plotit(x, ylab = "Estimate", xlab = "Year", ci = TRUE,
  years = unique(x$year), linetype = 1, linesize = 2, scale = 1,
  ...)

## S3 method for class 'dfccam'
plotit(x, ylab = "Estimate", xlab = "Year",
  ci = TRUE, years = unique(x$year), col = "black", linetype = 1,
  scale = 1)

## S3 method for class 'dfccamset'
plotit(x, ylab = "Estimate", xlab = "Year",
  ci = TRUE, years = unique(x$year), col = NULL, linetype = 1,
  legendnames = NULL, scale = 1)

## S3 method for class 'dfccamforecast'
plotit(x, ylab = "Estimate", xlab = "Year",
  ci = TRUE, years = unique(x$year), col = "black", linetype = 1,
  final = TRUE, scale = 1)

## S3 method for class 'dfforecastset'
plotit(x, ylab = "Estimate", xlab = "Year",
  ci = TRUE, years = unique(x$year), col = NULL, linesize = 2,
  legendnames = NULL, final = TRUE, scale = 1)

Arguments

x

dataframe from table()

ylab

y label

xlab

x label

ci

logical (plot confidence interval?)

years

years to plot

linetype

linetype

linesize

linesize

scale

values by which to devide the estimate

Details

The basic plotting used by many of the plotting functions (e.g. ssbplot, fbarplot ...)


elisvb/CCAM documentation built on March 13, 2023, 6:55 a.m.