Description Usage Arguments Value Examples
View source: R/pawn_plot.R
Plot PAWN indices
1
plot_pawn(data)
data
The output of the pawn_ci function.
pawn_ci
A ggplot object
1 2 3 4 5 6 7
# Create matrix: A <- randtoolbox::sobol(n = 1000, dim = 8) # Compute model output: Y <- sobol_Fun(A) T <- pawn_generic(data = A, Y = Y, n = 10, test = median, R = 50 ) T.ci <- pawn_ci(T) plot_pawn(T.ci)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.