plotResources: Generic plotting of resources over time

Description Usage Arguments Value

View source: R/plotResources.R

Description

Generic plotting of resources over time

Usage

1
2
3
4
5
6
7
8
9
plotResources(
  out,
  yLabel = "Concentration",
  xLabel = "Time",
  legendPosition = "topleft",
  cex.title = 1,
  cex.ax = 1,
  cex.legend = 1
)

Arguments

out

output from microPopModel()

yLabel

String for y axis label. Default is 'Concentration'

xLabel

String for x axis label. Default is 'Time'

legendPosition

String. Position of legend in resource plot, default is 'topleft'

cex.title

Scaling for title text

cex.ax

Scaling for axes text (labels and ticklabels)

cex.legend

Scaling for legend text

Value

Nothing just generates a plot


microPop documentation built on Feb. 3, 2022, 5:07 p.m.