Usage
ezplot( f, a, b, n = 101, col = "blue", add = FALSE,
lty = 1, lwd = 1, marker = 0, pch = 1,
grid = TRUE, gridcol = "gray",
fill = FALSE, fillcol = "lightgray",
xlab = "x", ylab = "f (x)", main = "Function Plot", ...)
Arguments
a, b
Left and right endpoint for the plot.
n
Number of points to plot.
col
Color of the function graph.
add
logical; shall the polt be added to an existing plot.
lwd
line width; default 1.
marker
no. of markers to be added to the curve; defailt: none.
pch
poimt character; default circle.
grid
Logical; shall a grid be plotted?; default TRUE
.
gridcol
Color of grid points.
fill
Logical; shall the area between function and axis be filled?;
default: FALSE
.
fillcol
Color of fill area.
...
More parameters to be passed to plot
.