Description Usage Arguments Value
Generic plotting of microbes over time
1 2 3 4 5 6 7 8 9 10 | plotMicrobes(
out,
sumOverStrains = TRUE,
yLabel = "Concentration",
xLabel = "Time",
legendPosition = "topleft",
cex.title = 1,
cex.ax = 1,
cex.legend = 1
)
|
out |
output from microPopModel() |
sumOverStrains |
Logical. Default=TRUE |
yLabel |
String for y axis label. Default is 'Concentration' |
xLabel |
String for x axis label. Default is 'Time' |
legendPosition |
String. Position of legend in microbe 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 |
Nothing just generates a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.