Description Usage Arguments Value See Also Examples
This function does a logic OR between two images and returns a new image.
1 | imgOR(imgdata1, imgdata2)
|
imgdata1 |
The first image |
imgdata2 |
The second image |
return an imagedata object
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgOR(x, x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.