abpoly: Plot polynomial a + b * x + c * x^2 + d * x^3

Description Usage Arguments

View source: R/exploratory.R

Description

Plot polynomial a + b * x + c * x^2 + d * x^3

Usage

1
abpoly(a = 0, b = 0, c = 0, d = 0, ...)

Arguments

a

intercept

b

x term

c

x^2 term

d

x^3 term


snarles/introStatML documentation built on May 30, 2019, 5:05 a.m.