idply | R Documentation |
Shorthand for imsplit followed by purrr::map_df
idply(im, axis, fun, ...)
im |
image |
axis |
axis for the split (e.g "c") |
fun |
function to apply |
... |
extra arguments to function fun |
idply(boats,"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.