augment_cdf: Augment a CDF to full domain and range

Description Usage Arguments

Description

Augment a CDF to full domain and range

Usage

1
augment_cdf(dat, xrange, yrange = 0:1)

Arguments

dat

Data frame. The CDF information from dprocsim::run_shiny(). Should have columns named x, y, bound, method.

xrange

Numeric. Vector of length 2 giving the minimum and maximum of the function's domain.

yrange

Numeric. Vector of length 2 giving the minimum and maximum of the fundtion's range. Should be 0:1 for CDF (default).


sctyner/dprocsim documentation built on June 30, 2019, 11:51 a.m.