Description Usage Arguments Value Author(s) Examples
The lcf
class represents locally constant functions.
lcf
inherits from the list
class.
1 | lcf(bpts, vals)
|
bpts |
A numeric vector of the breakpoints between constant pieces. Must be in strictly ascending order. |
vals |
A numeric vector with the values of the function between the breakpoints. Must be of length one less than |
lcf
returns an object of class lcf
. Slots are:
bpts |
The input |
vals |
The input |
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.