powered by
This function generates a plot an object of class smc.
smc
# S3 method for smc plot(x, variables = "all", ...)
smc object.
the number of variables to include the graph output.
additional arguments. Currently ignored.
The output of plot.smc is a graph of the significant multivariate correlation for the specified observation(s).
plot.smc
plot.smc is used to generates the graph of the significant multivariate correlation from smc objects.
# NOT RUN { data(Penta) mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1], ncomp = 2, validation = "loo") smc(mod1) plot(smc(mod1)) # }
Run the code above in your browser using DataLab