We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac1076 commit 4ff3508Copy full SHA for 4ff3508
vignettes/neurons-as-graph.Rmd
@@ -143,7 +143,7 @@ igraph::diameter(gw)
143
This gives you the longest path length (geodesic) across the graph in units of
144
µm in this case.
145
146
-Note that although you can do `library(ngraph)`, it adds a lot of functions to
+Note that although you can do `library(igraph)`, it adds a lot of functions to
147
the search path, some of which have name clashes, so I often just use the
148
package name (`igraph::`) prepended to the function that I want to call.
149
0 commit comments