Plot an enve.TRIBS object.
# S3 method for enve.TRIBS
plot(
x,
new = TRUE,
type = c("boxplot", "points"),
col = "#00000044",
pt.cex = 1/2,
pt.pch = 19,
pt.col = col,
ln.col = col,
...
)No return value.
enve.TRIBS object to plot.
Should a new canvas be drawn?
Type of plot. The points plot shows all the replicates, the
boxplot plot represents the values found by
boxplot.stats.
as areas, and plots the outliers as points.
Color of the areas and/or the points.
Size of the points.
Points character.
Color of the points.
Color of the lines.
Any additional parameters supported by plot.
Luis M. Rodriguez-R [aut, cre]