censor: Truncate simulated line lengths based on a list of bounds

Description Usage Arguments Value

Description

Take in unbounded line lengths (x-values) and truncate them based on provided bounds to create bounded lengths (y-values)

Usage

1
censor(x, bounds)

Arguments

x

a vector of generated line lengths

bounds

a vector which gives the lengths of the end and breakpoints for each x value

Value

vector of new line lengths


IceCast documentation built on June 24, 2019, 9:03 a.m.