mutate.metric_graph_data: A version of dplyr::mutate()
function for datasets on metric graphs
Description
Applies dplyr::mutate()
function for datasets obtained from a metric graph object.
Usage
# S3 method for metric_graph_data
mutate(.data, ...)
Arguments
- .data
The data list or tidyr::tibble
obtained from a metric graph object.
- ...
Additional parameters to be passed to dplyr::mutate()
.