Skip to content

Commit 4ff3508

Browse files
authored
typo in neurons-as-graph vignette
1 parent 4ac1076 commit 4ff3508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/neurons-as-graph.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ igraph::diameter(gw)
143143
This gives you the longest path length (geodesic) across the graph in units of
144144
µm in this case.
145145

146-
Note that although you can do `library(ngraph)`, it adds a lot of functions to
146+
Note that although you can do `library(igraph)`, it adds a lot of functions to
147147
the search path, some of which have name clashes, so I often just use the
148148
package name (`igraph::`) prepended to the function that I want to call.
149149

0 commit comments

Comments
 (0)