Skip to content

Commit

Permalink
Correct thinko in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Apr 19, 2019
1 parent f4af0b1 commit 4ac1076
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 @@ -85,7 +85,7 @@ for (i in orders) {
plot(subset(n, so$points==i), col=i, add = i!=1, boundingbox = boundingbox(n))
}
```
Note the use of multiple calls to `plot.neuron` using the `add=FALSE` argument
Note the use of multiple calls to `plot.neuron` using the `add=TRUE` argument
for all but the first plot. Note also the use of the `boundingbox` argument/function
in order to ensure that the plot is set up with appropriate axes for the whole
neuron even if only part of it is plotted in the first call to `plot`.
Expand Down

0 comments on commit 4ac1076

Please sign in to comment.