From 4ff3508f6b142452d7beed95eb6ba2025e053a4c Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Sun, 21 Apr 2019 23:21:17 +0100 Subject: [PATCH] typo in neurons-as-graph vignette --- vignettes/neurons-as-graph.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/neurons-as-graph.Rmd b/vignettes/neurons-as-graph.Rmd index 2fb84b3c..2a3e32f2 100644 --- a/vignettes/neurons-as-graph.Rmd +++ b/vignettes/neurons-as-graph.Rmd @@ -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.