summarise.metric_graph_data {MetricGraph} | R Documentation |
A version of dplyr::summarise()
function for datasets on metric graphs
Description
Creates summaries, while keeps the spatial positions.
Usage
## S3 method for class 'metric_graph_data'
summarise(.data, ..., .include_graph_groups = FALSE, .groups = NULL)
Arguments
.data |
The data list or |
... |
Additional parameters to be passed to |
.include_graph_groups |
Should the internal graph groups be included in the grouping variables? The default is |
.groups |
A vector of strings containing the names of the columns to be additionally grouped, when computing the summaries. The default is |
Value
A tidyr::tibble
with the resulting selected columns.
[Package MetricGraph version 1.3.0 Index]