trim_ribbon_data: Trim ribbon data

Description Usage Arguments Value

View source: R/GGplot2Tools_TrimRibbonData.R

Description

Trim ribbon data

Usage

 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
)

Arguments

.data

Input table.

x

x column.

y

y column.

xlim

x limits.

ylim

y limits.

lwr

Lower y limit of ribbon.

upp

Upper y limit of ribbon

...

Additional columns to preserve.

.exclude_outliers

If TRUE, y-outliers are assigned NA values.

Value

Table ready to be plotted.


Ilia-Kosenkov/RLibs documentation built on Jan. 26, 2020, 2:21 p.m.