apply,PRecording-method | R Documentation |
This is the PatchR analog to apply
## S4 method for signature 'PRecording'
apply(X, MARGIN, FUN, ReturnPObject = F, Verbose = T)
X |
A PRecording object |
MARGIN |
A vector giving the subscripts which the function will be applied along. Understands |
FUN |
The function to be applied |
ReturnPObject |
Whether to return results as a PRecording with an additional, computed trace only works with |
Verbose |
Print what function is doing. |
A matrix or PRecording object.
base::apply()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.