Description Usage Arguments Value Author(s) Examples
The plcf
class represents piecewise linear continuous functions.
plcf
inherits from the list
class.
1 | plcf(bpts, bptvals)
|
bpts |
A numeric vector of the breakpoints between linear pieces |
bptvals |
A numeric vector with the values of the function at the breakpoints |
plcf
returns an object of class plcf
. Slots are:
bpts |
The input, sorted into ascending order |
bptvals |
The input, rearranged so it still corresponds to the elements of |
Daniel Reuman, reuman@ku.edu
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.