egg.image {egg} | R Documentation |
Plots a raster image of an egg
egg.image(img, axes = FALSE)
img |
an array representing the image to be plotted |
axes |
logical, whether or not to plot axes |
None
## Not run: # Plot an image egg.image(egg) ## End(Not run)