egg.fit {eggs} | R Documentation |
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.
egg.fit()
an object of class egg.fit
containing the egg shape parameters
## Not run: # Determine egg shape and plot egg.image(egg) fit = egg.fit() egg.plot(fit, lwd = 3, col = "red") ## End(Not run)