egg.plot {egg}R Documentation

Plot the fitted egg object

Description

Adds the fitted egg object to the current plot window

Usage

egg.plot(egg, ...)

Arguments

egg

an object of class egg.fit

...

additional parameters passed to the lines function

Value

None

Examples

## Not run: 
# Determine egg shape and plot
egg.image(egg)
fit = egg.fit()
egg.plot(fit, lwd = 3, col = "red")

## End(Not run)

[Package egg version 0.1.0 Index]