Skip to content

Commit

Permalink
tidy code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Mar 16, 2015
1 parent f25563c commit be07e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/lakemorpho_manuscript.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ To calulcate the fetch of an input lake use:

```{r lakeFetchExample}
#Fetch for North
lakeFetch(example_lakeMorpho,0)
lakeFetch(example_lakeMorpho,360)
lakeFetch(example_lakeMorpho, 0)
lakeFetch(example_lakeMorpho, 360)
#Fetch for West
lakeFetch(example_lakeMorpho,270)
lakeFetch(example_lakeMorpho, 270)
```


Expand Down

0 comments on commit be07e62

Please sign in to comment.