egg.fit {egg}R Documentation

Estimate egg shape

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–878.

Usage

egg.fit()

Value

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

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]