iiply | R Documentation |
This is just imsplit followed by purrr::map followed by imappend
iiply(im, axis, fun, ...)
im |
image |
axis |
axis for the split (e.g "c") |
fun |
function to apply |
... |
extra arguments to function fun |
##' #Normalise colour channels separately, recombine
iiply(boats,"c",function(v) (v-mean(v))/sd(v)) %>% plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.