egg.projection: Plot egg projection

Description Usage Arguments Value Examples

Description

Plot the equirectangular projection of the egg surface

Usage

1

Arguments

pixels

an object of class egg.pixels containing the spherical coordinates and colour of each image pixel

...

further parameters to be passed to plot

Value

None

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# Determine egg shape and plot
egg.image(egg)
fit = egg.fit()
egg.plot(fit, lwd = 3, col = "red")

# Extract the coordinates of all pixels and plot the projection
px = egg.pixel.data(egg, fit)
egg.projection(px, pch = ".", pty = "s")

## End(Not run)

eggs documentation built on May 2, 2019, 5:23 p.m.