mplot3_res: 'mplot3' Plot 'resample'

View source: R/mplot3_res.R

mplot3_resR Documentation

mplot3 Plot resample

Description

Visualizes resampling output using mplot3_img

Usage

mplot3_res(res, col = NULL, mar = NULL, theme = rtTheme, ...)

Arguments

res

rtemis resample object

col

Color vector

mar

Numeric vector: image margins

theme

rtemis theme

...

Additional theme arguments

Details

For resampling with no replacement where each case may be selected 0 or 1 time, 0 is white and 1 is teal For resampling with replacement, 0 is white, 1 is blue, 2 is teal

Author(s)

E.D. Gennatas

Examples

## Not run: 
x <- rnorm(500)
res <- resample(x)
mplot3_res(res)

## End(Not run)

egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.