plotTraitChange {microPop} | R Documentation |
plot changes in trait over time
Description
plot changes in trait over time
Usage
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 |
[Package microPop version 1.6 Index]