Usage
plot.locfit.1d(x, pv, tv, main = "", xlab = "default", ylab = x$yname,
type = "l", ylim, add = FALSE, lty = 1, col = 1, ...)
Arguments
x
One dimensional "preplot.locfit"
object.
pv
Panel variables, to be varied within each panel of a plot. May be
specified as a character vector, or variable numbers. There must be
one or two panel variables; default is all variables in one or two
dimensions; Variable 1 in th
tv
Trellis variables, to be varied from panel to panel of the plot.
main
Main title for the plot.
xlab
label for the x-axis.
ylab
label for the y-axis.
type
type of plot ("l"
for line, "p"
for points,
etc.)
ylim
limit (min and max) for the y-axis.
add
If TRUE
, the plot will be added to the existing plot.
...
Additional arguments to the plot
function.