Learn R Programming

SCGLR (version 2.0.3)

barplot.SCGLR: Barplot of percent of overall X variance captured by component

Description

A custom plot for SCGLR objetcs

Usage

# S3 method for SCGLR
barplot(height, ..., plane = NULL)

Arguments

height

object of class 'SCGLR', usually a result of running scglr.

plane

a size-2 vector (or comma separated string) indicating which components are plotted (eg: c(1,2) or "1,2").

optional arguments.

Value

an object of class ggplot.

See Also

For barplot application see examples in plot.SCGLR.