egg.fit: Estimate egg shape

Description Usage Value Examples

View source: R/egg.fit.R

Description

Estimates egg shape using the method of Troscianko, J. (2014) A simple tool for calculating egg shape, volume and surface area from digital images. Ibis 156, 874<e2><80><93>878.

Usage

1

Value

an object of class egg.fit containing the egg shape parameters

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.fit in egg...