Description Usage Arguments Value See Also Examples
This function returns the image pixel values histogram.
1 | imgHistogram(x, main='Image Histogram', col='Midnight Blue', ...)
|
x |
The image |
main |
The histogram title |
col |
The histogram bars color |
... |
Same options of hist function |
histogram object
1 2 | x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
h <- imgHistogram(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.