Skip to contents

Prints node counts by type, edge counts by type, the top-5 nodes by PageRank centrality, and selected graph metadata (embed method, cache path, build time).

Usage

# S3 method for class 'rrlm_graph'
summary(object, ...)

Arguments

object

An rrlm_graph object.

...

Ignored.

Value

object invisibly.

Examples

if (FALSE) { # \dontrun{
g <- build_rrlm_graph("mypkg")
summary(g)
} # }