Description Usage Arguments Value Author(s) See Also Examples
invert returns an image which colors are the linear
inverse of that of the original image.
1  | 
image | 
 An   | 
An Image object.
Simon Garnier, garnier@njit.edu
1 2 3  | path_to_image <- system.file("sample_img", "bunny.png", package = "Rvision")
my_image <- image(filename = path_to_image)
plot(invert(my_image))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.