egg.projection {egg} | R Documentation |
Plot the equirectangular projection of the egg surface
egg.projection(pixels, ...)
pixels |
an object of class |
... |
further parameters to be passed to |
None
## 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.pixels(egg, fit) egg.projection(px, pch = ".", pty = "s") ## End(Not run)