batch: Batch Process

batchR Documentation

Batch Process

Description

See workhorse function op_hyperframe().

Usage

Emark_(X, ...)

## S3 method for class 'hyperframe'
Emark_(X, correction = "none", ...)

## S3 method for class 'ppplist'
Emark_(X, correction = "none", ...)

## S3 method for class 'ppp'
Emark_(X, ...)

Vmark_(X, ...)

## S3 method for class 'hyperframe'
Vmark_(X, correction = "none", ...)

## S3 method for class 'ppplist'
Vmark_(X, correction = "none", ...)

## S3 method for class 'ppp'
Vmark_(X, ...)

Kmark_(X, ...)

## S3 method for class 'hyperframe'
Kmark_(X, correction = "none", ...)

## S3 method for class 'ppplist'
Kmark_(X, correction = "none", ...)

## S3 method for class 'ppp'
Kmark_(X, ...)

markcorr_(X, ...)

## S3 method for class 'hyperframe'
markcorr_(X, correction = "none", ...)

## S3 method for class 'ppplist'
markcorr_(X, correction = "none", ...)

## S3 method for class 'ppp'
markcorr_(X, ...)

markvario_(X, ...)

## S3 method for class 'hyperframe'
markvario_(X, correction = "none", ...)

## S3 method for class 'ppplist'
markvario_(X, correction = "none", ...)

## S3 method for class 'ppp'
markvario_(X, ...)

Gcross_(X, ...)

## S3 method for class 'hyperframe'
Gcross_(X, correction = "none", ...)

## S3 method for class 'ppplist'
Gcross_(X, correction = "none", ...)

## S3 method for class 'ppp'
Gcross_(X, ...)

Jcross_(X, ...)

## S3 method for class 'hyperframe'
Jcross_(X, correction = "none", ...)

## S3 method for class 'ppplist'
Jcross_(X, correction = "none", ...)

## S3 method for class 'ppp'
Jcross_(X, ...)

Kcross_(X, ...)

## S3 method for class 'hyperframe'
Kcross_(X, correction = "none", ...)

## S3 method for class 'ppplist'
Kcross_(X, correction = "none", ...)

## S3 method for class 'ppp'
Kcross_(X, ...)

Lcross_(X, ...)

## S3 method for class 'hyperframe'
Lcross_(X, correction = "none", ...)

## S3 method for class 'ppplist'
Lcross_(X, correction = "none", ...)

## S3 method for class 'ppp'
Lcross_(X, ...)

markconnect_(X, ...)

## S3 method for class 'hyperframe'
markconnect_(X, correction = "none", ...)

## S3 method for class 'ppplist'
markconnect_(X, correction = "none", ...)

## S3 method for class 'ppp'
markconnect_(X, ...)

nncross_(X, ...)

## S3 method for class 'hyperframe'
nncross_(X, ...)

## S3 method for class 'ppplist'
nncross_(X, ...)

## S3 method for class 'ppp'
nncross_(X, ...)

Arguments

X

a hyperframe

...

additional parameters of user operation

correction

character scalar, see functions markcorr, Gcross, etc. Default 'none' to save computing time.

Details

User Interface of Operations on hyperframe with One-and-Only-One ppp-hypercolumn

References

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

Examples

# in \CRANpkg{spatstat.data}
# no good example for [Emark_]
# no hyperframe with ppp-hypercolumn with numeric marks
fluM = spatstat.data::flu |>
 spatstat.geom::subset.hyperframe(subset = (stain == 'M2-M1') & (virustype == 'wt'))
fluM
r = seq.int(from = 0, to = 100, by = 5)
fluM |>
 nncross_(i = 'M1', j = 'M2', mc.cores = 2L)
 
 

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