Skip to content

Commit

Permalink
added semicolon to docs parsimony
Browse files Browse the repository at this point in the history
  • Loading branch information
crsl4 committed Sep 15, 2018
1 parent ce383ed commit b4232ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/parsimony.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ head(dat) # head shows the first 6 rows only
Then, we need to convert the DataFrame object `dat` into a vector of species and traits:

```@repl parsimony
species, traits = readCSVToDict(dat)
species, traits = readCSVToDict(dat);
```

Then, we read the network as usual:
Expand Down

0 comments on commit b4232ab

Please sign in to comment.