summary.metric_graph | R Documentation |
metric_graph
ObjectsFunction providing a summary of several informations/characteristics of a metric graph object.
## S3 method for class 'metric_graph'
summary(
object,
messages = FALSE,
compute_characteristics = NULL,
check_euclidean = NULL,
check_distance_consistency = NULL,
...
)
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? If |
check_euclidean |
Check if the graph has Euclidean edges? If |
check_distance_consistency |
Check the distance consistency assumption?#' If |
... |
not used. |
An object of class summary_graph_lme
containing information
about a metric_graph object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.