plot.enve.GrowthCurve {enveomics.R} | R Documentation |
Enveomics: Plot of Growth Curve
Description
Plots an enve.GrowthCurve
object.
Usage
## S3 method for class 'enve.GrowthCurve'
plot(
x,
col,
pt.alpha = 0.9,
ln.alpha = 1,
ln.lwd = 1,
ln.lty = 1,
band.alpha = 0.4,
band.density = NULL,
band.angle = 45,
xp.alpha = 0.5,
xp.lwd = 1,
xp.lty = 1,
pch = 19,
new = TRUE,
legend = new,
add.params = FALSE,
...
)
Arguments
x |
An |
col |
Base colors to use for the different samples. Can be recycled. By default, grey for one sample or rainbow colors for more than one. |
pt.alpha |
Color alpha for the observed data points, using |
ln.alpha |
Color alpha for the fitted growth curve, using |
ln.lwd |
Line width for the fitted curve. |
ln.lty |
Line type for the fitted curve. |
band.alpha |
Color alpha for the confidence interval band of the
fitted growth curve, using |
band.density |
Density of the filling pattern in the interval band.
If |
band.angle |
Angle of the density filling pattern in the interval
band. Ignored if |
xp.alpha |
Color alpha for the line connecting individual experiments,
using |
xp.lwd |
Width of line for the experiments. |
xp.lty |
Type of line for the experiments. |
pch |
Point character for observed data points. |
new |
Should a new plot be generated? If |
legend |
Should the plot include a legend? If |
add.params |
Should the legend include the parameters of the fitted model? |
... |
Any other graphic parameters. |
Value
No return value.
Author(s)
Luis M. Rodriguez-R [aut, cre]