mplot3_res | R Documentation |
mplot3
Plot resample
Visualizes resampling output using mplot3_img
mplot3_res(res, col = NULL, mar = NULL, theme = rtTheme, ...)
res |
rtemis resample object |
col |
Color vector |
mar |
Numeric vector: image margins |
theme |
rtemis theme |
... |
Additional theme arguments |
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
E.D. Gennatas
## Not run:
x <- rnorm(500)
res <- resample(x)
mplot3_res(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.