Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Feb 5, 2016
1 parent 5640ad6 commit 4bd1583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/oce.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ elevation <- sealevel[["elevation"]]
```
and then we return to standard R processing, to compute the spectrum, and
indicate the M2 tide.
```{r fig.width=5, fig.height=5}
```{r fig.width=5, fig.height=5, results="hide"}
spectrum(elevation, spans=c(3,7))
abline(v=1/12.42)
mtext("M2",at=1/12.42,side=3)
Expand Down

0 comments on commit 4bd1583

Please sign in to comment.