Skip to content

Commit

Permalink
use two columns in facet, recompile html_notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminmoon committed Mar 9, 2021
1 parent 64582f2 commit 705cdc0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 58 deletions.
2 changes: 1 addition & 1 deletion palaeomap_labgroup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ Conveniently, creating facets is as simple as adding a single line.

```{r facet_plot, fig.width = 7, fig.height = 14, fig.cap = "**Occurrences of ichthyosaurs in the Callovian–Tithonian separated by identified rank.** Palaeogeographical maps shows distribution of land in the Kimmeridgian (155 Ma) reconstructed by @Cao2017Bb.", warning = FALSE}
occ_plot +
facet_wrap(vars(accepted_rank), ncol = 1)
facet_wrap(vars(accepted_rank), ncol = 2)
```

## Exercises 4 ##
Expand Down
Loading

0 comments on commit 705cdc0

Please sign in to comment.