diff --git a/vignettes/igraph.Rmd b/vignettes/igraph.Rmd index 3b3d634c88..e0223ccb35 100644 --- a/vignettes/igraph.Rmd +++ b/vignettes/igraph.Rmd @@ -204,7 +204,7 @@ In addition to `make_empty_graph()`, `make_graph()`, and `make_graph_from_litera ```{r echo = TRUE} graph1 <- make_tree(127, 2, mode = "undirected") -summary(g) +summary(graph1) ``` This generates a regular tree graph with 127 vertices, each vertex having two children. No matter how many times you call `make_tree()`, the generated graph will always be the same if you use the same parameters: