preplot {stats} | R Documentation |
Compute an object to be used for plots relating to the given model object.
preplot(object, ...)
object |
a fitted model object. |
... |
additional arguments for specific methods. |
Only the generic function is currently provided in base R, but some add-on packages have methods. Principally here for S compatibility.
An object set up to make a plot that describes object
.