Skip to content

Commit

Permalink
Update igraph.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lambda authored Mar 19, 2024
1 parent 5594579 commit 3f1817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/igraph.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f1817c

Please sign in to comment.