plot.enve.TRIBS {enveomics.R} | R Documentation |
Enveomics: TRIBS Plot
Description
Plot an enve.TRIBS
object.
Usage
## S3 method for class '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,
...
)
Arguments
x |
|
new |
Should a new canvas be drawn? |
type |
Type of plot. The points plot shows all the replicates, the
boxplot plot represents the values found by
|
col |
Color of the areas and/or the points. |
pt.cex |
Size of the points. |
pt.pch |
Points character. |
pt.col |
Color of the points. |
ln.col |
Color of the lines. |
... |
Any additional parameters supported by |
Value
No return value.
Author(s)
Luis M. Rodriguez-R [aut, cre]
[Package enveomics.R version 1.9.1 Index]