Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.dgr_graph

Print the graph to the terminal


Description

This function will provide a summary of the graph.

Usage

## S3 method for class 'dgr_graph'
print(x, ...)

Arguments

x

A graph object of class dgr_graph.

Examples

## Not run: 
# Create a random graph using the
# `add_gnm_graph()` function
graph <-
  create_graph() %>%
  add_gnm_graph(
    n = 10,
    m = 15,
    set_seed = 23)

# Get a summary of the graph
graph

## End(Not run)

DiagrammeR

Graph/Network Visualization

v1.0.6.1
MIT + file LICENSE
Authors
Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.