Description Usage Arguments Value Author(s) Examples
Evaluates a plcf
or lcf
object at a point or points.
Evaluates a plcf
or lcf
object at a point or points.
1 2 3 4 5 6 7 8 9 10 |
x |
The point(s) at which to evaluate it (a numeric vector). |
obj |
A |
evalatpt
returns the values of the function
represented by object
at x
. If object
is an lcf
object and an entry of x
equals one
of the breakpoints, then NA is returned for that one. If
an entry of x
is outside the range spanned by the
breakpoints, NA is returned.
Daniel Reuman, reuman@ku.edu
1 | #Not written yet but need some
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.