aggregate_marks
aggregate_marks(x, by, FUN, expr, ..., vectorize = FALSE)# S3 method for ppp
aggregate_marks(x, by, FUN, expr, ..., vectorize = FALSE)
# S3 method for ppplist
aggregate_marks(x, ...)
# S3 method for hyperframe
aggregate_marks(x, ...)
see Usage
additional parameters of function aggregate.data.frame
expression, only used when markformat(x) is 'dataframe' AND missing parameter by
logical scalar, whether to convert the return from
function aggregate.data.frame into a vector. Default FALSE.