plotTraitChange: plot changes in trait over time

Description Usage Arguments

View source: R/plotTraitChange.R

Description

plot changes in trait over time

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plotTraitChange(
  out,
  trait.name,
  group.names,
  resource.name = NULL,
  path = NULL,
  xlabel = "Time (days)",
  saveFig = FALSE,
  figType = "eps",
  figName = "Traits"
)

Arguments

out

Output from microPopModel()

trait.name

can be 'halfSat','yield','maxGrowthRate' and 'pHtrait' or 'strainpHcorners'

group.names

can be a vector of group names or just one string for one name

resource.name

String

path

String

xlabel

String

saveFig

Logical

figType

String

figName

String


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