Generic plotting showing results of microPop Now shows resources and microbes on one plot.
quickPlot2(
soln,
numR,
numStrains,
microbeNames,
yLabel = "Concentration (g/L)",
xLabel = "Time",
sumOverStrains = TRUE,
resourceLegendPosition = "topleft",
microbeLegendPosition = "topleft",
saveFig = FALSE,
figType = "eps",
figName = "microPopFig",
cex.plot = 1,
cex.legend = 0.7
)ODE output from microPopModel() i.e. matrix out$solution
Scalar. Number of resources
Scalar. Number of strains per group
Vector of strings which contains the names of the microbial groups in the system e.g. c('Bacteroides','Acetogens')
String for y axis label. Default is "Concentration (g/L)"
String for x axis label. Default is "Time"
Logical. Default=TRUE
String. Position of legend in resource plot, default is 'topleft'
String. Position of legend in microbe plot, default is 'topleft'
Logical. Default is FALSE
String. Default is "eps"
String. Default is "microPopFig"
Multiplier for text size on axes text. Default is 1
Multiplier for text size in legend. Default is 0.7
Nothing just generates a plot