mapf | R Documentation |
This function applies a function to an object, with additional arguments passed to the function
using the ...
argument. The mapping object specifies how the function is to be applied,
and can take many different forms, depending on the object and function used. The return value
depends on the function used.
mapf(x, m, ...)
## S4 method for signature 'NeuroVol,Kernel'
mapf(x, m, mask = NULL)
x |
the object that is mapped. |
m |
the mapping object. |
... |
additional arguments to be passed to the function. |
mask |
restrict application of kernel to masked area |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.