graph.pc {multisensi} | R Documentation |
Principal Components graph for gsi objects
Description
A function that plots the Principal Components (PCs) and the sensitivity indices on each PC
Usage
graph.pc(x, nb.plot = 15, nb.comp = NULL, xmax = NULL,
beside = TRUE, cor.plot=FALSE, xtick=TRUE, type="l", ...)
Arguments
x |
gsi object. |
nb.plot |
number of input factors to be considered. |
nb.comp |
number of PCs. |
xmax |
a user-defined maximal |
beside |
if TRUE, the main and total sensitivity indices are represented by two bars; if FALSE, they are represented by the same bar. |
cor.plot |
if TRUE a correlation graph is made to represent the PCs ; if FALSE (default) a functionnal boxplot of the PCs is plotted. |
xtick |
if TRUE, put column names of outputs (Y) as ticks for the x axis. |
type |
what type of plot should be drawn for correlation graph ("l" for lines). |
... |
graphical parameters. |
[Package multisensi version 2.1-1 Index]