plot.enve.TRIBS: Enveomics: TRIBS Plot

View source: R/tribs.R

plot.enve.TRIBSR 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

enve.TRIBS object to plot.

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 boxplot.stats. as areas, and plots the outliers as points.

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 plot.

Value

No return value.

Author(s)

Luis M. Rodriguez-R [aut, cre]


enveomics.R documentation built on April 13, 2022, 5:10 p.m.