| op_ppplist | R Documentation |
'ppplist' ObjectBatch operations for a 'ppplist' input.
op_ppplist(x, op, mc.cores = detectCores(), ...)
x |
a |
op |
workhorse function, either |
mc.cores |
integer scalar, see function mclapply. Default is the return of the function detectCores. |
... |
additional parameters of workhorse functions
|
The function op_ppplist() is a parallel batch process of
the workhorse function ppp_numeric2fv(), ppp_multitype2fv() or ppp2dist().
The function op_ppplist() returns a listof
function ppp_numeric2fv() returns, if op = ppp_numeric2fv.
function ppp_multitype2fv() returns, if op = ppp_multitype2fv.
function ppp2dist() returns, if op = ppp2dist.
https://tingtingzhan.quarto.pub/groupedhyperframe/topics.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.