evalatpt: Evaluates a 'plcf' or 'lcf' object at a point or points....

Description Usage Arguments Value Author(s) Examples

Description

Evaluates a plcf or lcf object at a point or points.

Evaluates a plcf or lcf object at a point or points.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
evalatpt(object, ...)

## S3 method for class 'plcf'
evalatpt(object, x)

## S3 method for class 'lcf'
evalatpt(object, x)

## Default S3 method:
evalatpt(object, ...)

Arguments

x

The point(s) at which to evaluate it (a numeric vector).

obj

A plcf or lcf object.

Value

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.

Author(s)

Daniel Reuman, reuman@ku.edu

Examples

1
#Not written yet but need some

reumandc/fspack documentation built on May 17, 2019, 7:46 p.m.