egg.plot: Plot the fitted egg object

Description Usage Arguments Value Examples

Description

Adds the fitted egg object to the current plot window

Usage

1

Arguments

egg

an object of class egg.fit

...

additional parameters passed to the lines function

Value

None

Examples

1
2
3
4
5
6
7
## Not run: 
# Determine egg shape and plot
egg.image(egg)
fit = egg.fit()
egg.plot(fit, lwd = 3, col = "red")

## End(Not run)

eggs documentation built on May 2, 2019, 5:23 p.m.