plot.smc: Plotting function for Significant Multivariate Correlation

View source: R/smc.R

plot.smcR Documentation

Plotting function for Significant Multivariate Correlation

Description

This function generates a plot an object of class smc.

Usage

## S3 method for class 'smc'
plot(x, variables = "all", ...)

Arguments

x

smc object.

variables

the number of variables to include the graph output.

...

additional arguments. Currently ignored.

Details

plot.smc is used to generates the graph of the significant multivariate correlation from smc objects.

Value

The output of plot.smc is a graph of the significant multivariate correlation for the specified observation(s).

Author(s)

Nelson Lee Afanador (nelson.afanador@mvdalab.com)

Examples

data(Penta)
mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1], 
               ncomp = 2, validation = "loo")
smc(mod1)
plot(smc(mod1))

mvdalab documentation built on Oct. 6, 2022, 1:05 a.m.