Learn R Programming

groupedHyperframe (version 0.3.4)

batch: Batch Process

Description

See workhorse function op_hyperframe().

Usage

Emark_(X, ...)

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

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

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

Vmark_(X, ...)

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

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

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

Kmark_(X, ...)

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

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

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

markcorr_(X, ...)

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

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

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

markvario_(X, ...)

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

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

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

Gcross_(X, ...)

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

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

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

Jcross_(X, ...)

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

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

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

Kcross_(X, ...)

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

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

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

Lcross_(X, ...)

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

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

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

markconnect_(X, ...)

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

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

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

nncross_(X, ...)

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

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

# S3 method for 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

Examples

Run this code
# in \CRANpkg{spatstat.data}
# no good example for [Emark_]
# no hyperframe with ppp-hypercolumn with numeric marks
options(cores = 2L)
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')

Run the code above in your browser using DataLab