Description Usage Arguments Value Examples
This function convert color imagematrix to grey imagematrix.
1 |
img |
target image |
coefs |
coefficients for red plane, green plane, and blue plane. |
grey imagematrix
1 2 3 4 5 | ## Not run:
x <- read.jpeg(system.file("extdata", "Rlogo.jpg", package="ripa"))
plot(rgb2grey(x))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.