Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhodge931 committed Jun 29, 2023
1 parent d2311fc commit a639959
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
24 changes: 5 additions & 19 deletions vignettes/articles/extending_further.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,7 @@ To extend ggblanket further, users can:
6. Create custom wrapper functions
7. Visualise spatial data
8. Use different fonts
9. Work with extension packages

* patchwork
* ggtext
* ggrepel
* ggblend
* gghighlight
* ggeasy
* ggbeeswarm
* ggdensity
* ggridges
* ggdist
* plotly::ggplotly
* ggiraph
* gganimate
9. Work with some extension packages

```{r setup}
library(dplyr)
Expand Down Expand Up @@ -102,7 +88,7 @@ penguins |>

While aesthetics other than colouring are not supported by ggblanket, it is possible to access these in plots made with a combination of `gg_blank` and other ggplot2 code.

_Discrete non-col aesthetic_
_Discrete other aesthetic_
```{r}
penguins |>
gg_blank(
Expand All @@ -123,7 +109,7 @@ penguins |>
labs(shape = "Sex") #name same as the col_title
```

_Continuous non-col aesthetic_
_Continuous other aesthetic_
```{r, fig.asp=0.5}
penguins |>
gg_blank(
Expand Down Expand Up @@ -301,9 +287,9 @@ penguins |>
showtext::showtext_auto(enable = FALSE)
```

### 9. Work with extension packages
### 9. Work with some extension packages

ggblanket can work with numerous extension packages.
ggblanket can work with some extension packages.

#### patchwork

Expand Down
2 changes: 1 addition & 1 deletion vignettes/ggblanket.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,6 @@ To extend ggblanket further, users can:
* Create custom wrapper functions
* Visualise spatial data
* Use different fonts
* Work with extension packages
* Work with some extension packages

See the [Extending further](https://davidhodge931.github.io/ggblanket/articles/extending_further.html) article for further information.

0 comments on commit a639959

Please sign in to comment.