select.metric_graph_data {MetricGraph} | R Documentation |
A version of dplyr::select()
function for datasets on metric graphs
Description
Selects columns on metric graphs, while keeps the spatial positions.
Usage
## S3 method for class 'metric_graph_data'
select(.data, ...)
Arguments
.data |
The data list or |
... |
Additional parameters to be passed to |
Value
A tidyr::tibble
with the resulting selected columns.
[Package MetricGraph version 1.3.0 Index]