plot.polynomial(p, xlim = 0:1, ylim = range(Px), type = "l", len = 100, ...)
p
| an object of class polynomial |
xlim
| the range to be encompased by the x axis |
ylim
| the range to be encompased by the y axis |
type
|
As for plot()
|
len
| number of x points drawn |
...
|
Additional arguments as for plot .
|
plot
.
A plot of the polynomial is produced on the currently active device. Unless otherwise specified, the domain is chosen to enclose the real parts of all zeros, stationary points and zero itself.
plot
,
lines
,
points
,
lines.polynomial
,
points.polynomial
.plot(p <- poly.calc(-1:5))