plot_pawn: Plot PAWN indices

Description Usage Arguments Value Examples

View source: R/pawn_plot.R

Description

Plot PAWN indices

Usage

1

Arguments

data

The output of the pawn_ci function.

Value

A ggplot object

Examples

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)

arnaldpuy/pawnr documentation built on Sept. 20, 2019, 12:15 p.m.