Description Usage Arguments Value Examples
This function returns color type ("rgb" or "grey") of a given imagedata.
1 | imageType(x)
|
x |
The image |
"rgb" or "grey"
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
cat("Image Type", imageType(x))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.