| ilply | R Documentation | 
Shorthand for imsplit followed by purrr::map
ilply(im, axis, fun, ...)
im | 
 image  | 
axis | 
 axis for the split (e.g "c")  | 
fun | 
 function to apply  | 
... | 
 extra arguments for function fun  | 
parrots <- load.example("parrots")
ilply(parrots,"c",mean) #mean luminance per colour channel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.