plot.polyGC | R Documentation |
Used by generic plot function
## S3 method for class 'polyGC'
plot(x,...)
x |
An object of class polyGC |
... |
ignored |
two diagnostic plots
Homer White hwhite0@georgetowncollege.edu
mpgModel <- polyfitGC(mpg~wt,data=mtcars)
plot(mpgModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.