plot.dynsi {multisensi} | R Documentation |
Plot method for dynamic sensitivity results
Description
Plot method for dynamic sensitivity results of class dynsi
Usage
## S3 method for class 'dynsi'
plot(x, normalized=FALSE, text.tuning = NULL, shade=FALSE,
color=NULL, xtick=TRUE, total.plot=FALSE, gsi.plot=TRUE, ...)
Arguments
x |
a dynsi object. |
normalized |
logical value, FALSE => SI plotted within var(Y). |
text.tuning |
NULL or a small integer to improve the position of input factor labels. |
shade |
if TRUE, put different shadings to enhance the different factorial effects in the plot (long). |
color |
a palette of colors to enhance the different
factorial effects in the plot (for example |
xtick |
if TRUE, put column names of outputs (Y) as ticks for the x axis. |
total.plot |
logical value, TRUE => a new plot is produced with the total SI. |
gsi.plot |
logical value, TRUE => a new plot is produced for the Generalised Sensitivity Indice. |
... |
graphical parameters. |
Details
For labels that would be partly positioned outside the plot frame, the argument
"text.tuning" may allow to get a better positioning. If it is equal to
n
, say, these labels are moved by n
positions inside the
frame, where 1 position corresponds to 1 output variable on the x-axis.