egg.plot {egg} | R Documentation |
Adds the fitted egg object to the current plot window
egg.plot(egg, ...)
egg |
an object of class |
... |
additional parameters passed to the |
None
## Not run: # Determine egg shape and plot egg.image(egg) fit = egg.fit() egg.plot(fit, lwd = 3, col = "red") ## End(Not run)