Learn R Programming

groupedHyperframe (version 0.3.4)

op_ppplist: Batch Operations of 'ppplist' Object

Description

Batch operations for a 'ppplist' input.

Usage

op_ppplist(x, op, mc.cores = getOption("cores"), ...)

Value

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.

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 function detectCores.

...

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

Details

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