Skip to content

Commit

Permalink
typo in neurons-as-graph vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Apr 21, 2019
1 parent 4ac1076 commit 4ff3508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/neurons-as-graph.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ igraph::diameter(gw)
This gives you the longest path length (geodesic) across the graph in units of
µm in this case.

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
the search path, some of which have name clashes, so I often just use the
package name (`igraph::`) prepended to the function that I want to call.

Expand Down

0 comments on commit 4ff3508

Please sign in to comment.