plot.nbcurve: Plotting function for single Norberg curve

Description Usage Arguments

View source: R/TPCtools.R

Description

Plotting function for single Norberg curve

Usage

1
2
3
4
5
6
7
plot.nbcurve(
  fit.info,
  plot.ci = TRUE,
  plot.obs = TRUE,
  xlim = c(-2, 40),
  ylim = c(-0.2, 5)
)

Arguments

fit.info

The result of a single TPC curve fit from get.nbcurve.tpc

plot.ci

logical, should the resulting plot include 95% confidence bands

plot.obs

logical, should resulting plot include raw data

xlim

x-axis range (temperature)

ylim

y-axis range (adjusts internally to -0.2 to slightly above umax+CI)


ctkremer/growthTools documentation built on July 27, 2021, 4:19 p.m.