op_hyperframe: Operations on hyperframe with One-and-Only-One...

View source: R/op_hyperframe.R

op_hyperframeR Documentation

Operations on hyperframe with One-and-Only-One ppp-hypercolumn

Description

Create hypercolumn(s) of fv.objects or distances from the one-and-only-one ppp-hypercolumn inside a hyperframe.

Usage

op_hyperframe(X, op, ...)

Arguments

X

a hyperframe, containing one-and-only-one ppp-hypercolumn

op

function, currently functions fv_ppp() or dist_ppp() are accepted

...

additional parameters of workhorse functions fv_ppp() or dist_ppp()

Value

Function op_hyperframe() returns a hyperframe with additional

  • fv.object hypercolumns if op = fv_ppp. One hypercolumn per numeric mark in the ppp-hypercolumn.

  • numeric hypercolumns if op = dist_ppp. One hypercolumn per is.multitype mark in the ppp-hypercolumn.


groupedHyperframe documentation built on June 8, 2025, 10:13 a.m.