op_ppplist: Batch Operations of "ppplist" Object

View source: R/op_ppplist.R

op_ppplistR Documentation

Batch Operations of 'ppplist' Object

Description

Batch operations for a 'ppplist' input.

Usage

op_ppplist(x, op, mc.cores = detectCores(), ...)

Arguments

x

a 'ppplist' object

op

workhorse function, either ppp_numeric2fv(), ppp_multitype2fv() or ppp2dist()

mc.cores

integer scalar, see function mclapply. Default is the return of the function detectCores.

...

additional parameters of workhorse functions ppp_numeric2fv(), ppp_multitype2fv() or ppp2dist()

Details

The function op_ppplist() is a parallel batch process of the workhorse function ppp_numeric2fv(), ppp_multitype2fv() or ppp2dist().

Value

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.

References

https://tingtingzhan.quarto.pub/groupedhyperframe/topics.html


groupedHyperframe documentation built on March 10, 2026, 5:08 p.m.