grouped_ppp: groupedHyperframe with One-and-Only-One ppp-hypercolumn

View source: R/grouped_ppp.R

grouped_pppR Documentation

groupedHyperframe with One-and-Only-One ppp-hypercolumn

Description

..

Usage

grouped_ppp(
  formula,
  data,
  coords = ~x + y,
  window = owin(xrange = range(.x), yrange = range(.y)),
  ...
)

Arguments

formula

formula in the format of m1+m2 ~ y+x1+x2 | g1/g2, where m_i's are one or more marks, y and x_j's are the endpoint and predictor(s) for downstream analysis, and g_k are one or more nested grouping structure

data

data.frame

coords

formula, variable names of x- and y-coordinates in data. Default ~x+y.

window

an observation window owin, default is the x- and y-span of coords in data.

...

additional parameters, currently not in use

Value

The function grouped_ppp() returns a groupedHyperframe with one-and-only-one ppp-hypercolumn.

References

https://tingtingzhan.quarto.pub/groupedhyperframe/nonS3/grouped_ppp_appx.html


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