Plot method for generalised sensitivity analysis of class gsi
# S3 method for gsi
plot(x, nb.plot = 10, nb.comp = 3, graph = 1:3, xmax=NULL,
beside=TRUE, cor.plot=FALSE, xtick=TRUE, type="l",...)
a gsi object.
number of input factors to be considered.
number of Principal Components to be plotted.
figures number: 1 or 2 or 3. 1 is for plotting the PCs and their sensitivity indices, 2 is for plotting the Generalised Sensitivity Indice, 3 is for plotting the Rsquare.
a user-defined maximal \(x\) value (\(x\leq 1\)) in all the bar graphs that show sensitivity indices; or NULL if the user wants to keep default values.
if TRUE, the main and total sensitivity indices are represented by two bars; if FALSE, they are represented by the same bar.
if TRUE a correlation graph is made to represent the PCs ; if FALSE (default) a functionnal boxplot of the PCs is plotted.
if TRUE, put column names of outputs (Y) as ticks for the x axis.
what type of plot should be drawn for correlation graph ("l" for lines).
graphical parameters.