egg.plot: Plot the fitted egg object

Description Usage Arguments Value Examples

View source: R/egg.plot.R

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)

egg documentation built on May 2, 2019, 5:55 p.m.

Related to egg.plot in egg...