Description Usage Arguments Value
View source: R/GGplot2Tools_TrimRibbonData.R
Trim ribbon data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | trim_ribbon_data(
.data,
x,
y,
xlim,
ylim,
lwr,
upp,
...,
.exclude_outliers = FALSE
)
TrimRibbonData(
.data,
x,
y,
xlim,
ylim,
lwr,
upp,
...,
.exclude_outliers = FALSE
)
|
.data |
Input table. |
x |
|
y |
|
xlim |
|
ylim |
|
lwr |
Lower |
upp |
Upper |
... |
Additional columns to preserve. |
.exclude_outliers |
If |
Table ready to be plotted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.