metric_graph ObjectsFunction providing a summary of several informations/characteristics of a metric graph object.
# S3 method for metric_graph
summary(
object,
messages = FALSE,
compute_characteristics = NULL,
check_euclidean = NULL,
check_distance_consistency = NULL,
...
)An object of class summary_graph_lme containing information
about a metric_graph object.
an object of class metric_graph.
Should message explaining how to build the results be given for missing quantities?
Should the characteristics of the graph be computed? If NULL it will be determined based on the size of the graph.
Check if the graph has Euclidean edges? If NULL it will be determined based on the size of the graph.
Check the distance consistency assumption?#' If NULL it will be determined based on the size of the graph.
not used.