cp_diagnostics: Control Polygon Diagnostics

Description Usage Arguments Value Author(s)

Description

Collection of functions for inspection and analysis of the control polygons

Usage

1
2
3
cp_value(obj, x)

cp_diff(cp1, cp2)

Arguments

obj

a cpr_cp object or data.frame where the first column is the abscissa and the second column is the ordinate for the control polygon vertices.

x

absicissa at which to determine the ordinate on control polygon cp

cp1

a cpr_cp object

cp2

a cpr_cp object

Value

cp_value returns the ordinate on the control polygon line segment for the abscissae x given. x could be a control vertex or on a line segment defined by two control vertices of the control polygon provided.

cp_diff returns the absolute vertical distance between the control vertices of cp1 to the control polygon cp2.

Author(s)

Peter DeWitt dewittpe@gmail.com


cpr documentation built on May 1, 2019, 10:46 p.m.