quad: ~ Quadratic fitting function: quad ~

Description Usage Arguments Value

View source: R/r_throwchart.R

Description

Fits a set of paired points with a quadratic curve. Returns the quadratic set of points. Function only called by r_throwchart.

Usage

1
quad(point,before_point,after_point,offSet)

Arguments

point

[numeric] or [integer]: A set of points between before and after points.

before_point

[numeric] or [integer]: The first point of the curve.

after_point

[numeric] or [integer]: The last point of the curve.

offSet

[integer]: Single value offset for the graph.

Value

returns the quadratic point equivalent.


DataViz documentation built on Sept. 17, 2019, 1:02 a.m.