plot.eval | R Documentation |
This function is used to plot the evaluation structure generated by
Locfit for a two dimensional fit. Vertices of the tree structure are
displayed as O
; pseudo-vertices as *
.
plot.eval(x, add=FALSE, text=FALSE, ...)
x |
|
add |
If |
text |
If |
... |
Arguments passed to and from other methods. |
locfit
.
data(ethanol, package="locfit")
fit <- locfit(NOx ~ E + C, data=ethanol, scale=0)
plot.eval(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.