summary.metric_graph {MetricGraph} | R Documentation |
Summary Method for metric_graph
Objects
Description
Function providing a summary of several informations/characteristics of a metric graph object.
Usage
## S3 method for class 'metric_graph'
summary(
object,
messages = FALSE,
compute_characteristics = TRUE,
check_euclidean = TRUE,
check_distance_consistency = TRUE,
...
)
Arguments
object |
an object of class |
messages |
Should message explaining how to build the results be given for missing quantities? |
compute_characteristics |
Should the characteristics of the graph be computed? |
check_euclidean |
Check if the graph has Euclidean edges? |
check_distance_consistency |
Check the distance consistency assumption?#' |
... |
not used. |
Value
An object of class summary_graph_lme
containing information
about a metric_graph object.
[Package MetricGraph version 1.3.0 Index]