View source: R/aggregate_marks.R
| aggregate_marks | R Documentation |
To aggregate the marks of a ppp-related object, e.g.,
ppp.object
a ppplist
the ppp-hypercolumn of a hyperframe
aggregate_marks(x, by, FUN, expr, ..., vectorize = FALSE)
## S3 method for class 'ppp'
aggregate_marks(x, by, FUN, expr, ..., vectorize = FALSE)
## S3 method for class 'ppplist'
aggregate_marks(x, ...)
## S3 method for class 'hyperframe'
aggregate_marks(x, ...)
x |
see Usage |
by, FUN, ... |
additional parameters of the function aggregate.data.frame |
expr |
expression, only used when |
vectorize |
logical scalar (default value |
https://tingtingzhan.quarto.pub/groupedhyperframe/topics.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.