plotFit | R Documentation |
Plot 2D description
plotFit(model)
model |
linear model |
does not return value
plotFit(lm(x ~ y, data = data.frame(x = runif(10), y = runif(10))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.