pointData-class: An S4 Class to Represent a Points

Description Details Slots

Description

An S4 Class to Represent a Points

Details

Use length(object) to get the number of points. Use point.x(object) or point.y(object) to access the x-coordinates or y-coordinates, respectively. Use differentiate(x) to take the derivative of each polynomial. Use points(x) to plot the points. Use [] to access a subset of points.

Slots

x

A vector that stores x-coordinates.

y

A vector that stores y-coordinates.


Chen2357/rrinterp documentation built on Jan. 7, 2022, 1:01 p.m.