Description Usage Arguments Value Examples
This function calculates the maximum of the given images and returns a new image.
1  | imgMaximum(imgdata_list)
 | 
imgdata_list | 
 An image list  | 
return an imagedata object
1 2 3 4 5  | 	## Not run: 
		x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		y <- imgMaximum(list(x, x))
	
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.