Description Usage Arguments Details Examples
Plot an image
| 1 | 
| image | matrix of pixel values to be plotted | 
| type | either  | 
| grayscale | logical value indicating whether or not the grayscale is to
be plotted.  | 
| main | title for plots with grayscale. The default is an empty string. | 
This function plots an image in the same orientation as the matrix of pixel values, i.e. the top-left pixel of the image is the first entry of the matrix, and the bottom-right pixel is the last entry.
| 1 2 3 4 | ## Not run: 
plotImage(processedExample, type = "any")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.