Plot method for dynamic sensitivity results of class dynsi
# S3 method for dynsi
plot(x, normalized=FALSE, text.tuning = NULL, shade=FALSE,
color=NULL, xtick=TRUE, total.plot=FALSE, gsi.plot=TRUE, ...)
a dynsi object.
logical value, FALSE => SI plotted within var(Y).
NULL or a small integer to improve the position of input factor labels.
if TRUE, put different shadings to enhance the different factorial effects in the plot (long).
a palette of colors to enhance the different
factorial effects in the plot (for example color=heat.colors
).
if TRUE, put column names of outputs (Y) as ticks for the x axis.
logical value, TRUE => a new plot is produced with the total SI.
logical value, TRUE => a new plot is produced for the Generalised Sensitivity Indice.
graphical parameters.
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.