Skip to content

Commit

Permalink
Link to new facet stuff in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Jul 19, 2021
1 parent 4e5c3b5 commit c6e6fbe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ devtools::install_github("teunbrand/ggh4x")
There are a few topics explored in the package's vignettes with examples. Links to these topics are below.

* Options to tailor [facets](https://teunbrand.github.io/ggh4x/articles/Facets.html), including:
* Additional options for axis labelling and placement in [extended facets](https://teunbrand.github.io/ggh4x/articles/Facets.html#extended-facets-1).
* [Nested facets](https://teunbrand.github.io/ggh4x/articles/Facets.html#nested-facets) that have strips that can span multiple panels.
* Custom layouts in [manual facets](https://teunbrand.github.io/ggh4x/articles/Facets.html#manual-facets-1).
* More types of [strips](https://teunbrand.github.io/ggh4x/articles/Facets.html#strips-1) to use in facets.
* Adjusting the [position scales](https://teunbrand.github.io/ggh4x/articles/Facets.html#position-scales) on a per-panel basis.
* Varying the [size of panels](https://teunbrand.github.io/ggh4x/articles/Facets.html#sizes) without being limited to the global `aspect.ratio` or fixed coordinates.

* ggh4x has some [position guides](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html) that change the way x- and y-axes look. You can:
* [recolour](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#coloured-axis-1) the axis or cut the axis line with [truncated axes](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#truncated-axes-1).
* include the [minor breaks as minor tick marks](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#minor-ticks).
* detail log<sub>10</sub> axes with [logarithmic tickmarks](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#logarithmic-ticks).
* fine-tune the placement of labels and breaks with [manual axes](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#manual-axes-1).
* indicate [nested relations](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#nested-relations) in discrete axes.
* mirror the results of hierarchical clustering with [dendrogram axes](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#dendrograms) with help from the **ggdendro** package.

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,16 @@ examples. Links to these topics are below.
- Options to tailor
[facets](https://teunbrand.github.io/ggh4x/articles/Facets.html),
including:
- Additional options for axis labelling and placement in [extended
facets](https://teunbrand.github.io/ggh4x/articles/Facets.html#extended-facets-1).
- [Nested
facets](https://teunbrand.github.io/ggh4x/articles/Facets.html#nested-facets)
that have strips that can span multiple panels.
- Custom layouts in [manual
facets](https://teunbrand.github.io/ggh4x/articles/Facets.html#manual-facets-1).
- More types of
[strips](https://teunbrand.github.io/ggh4x/articles/Facets.html#strips-1)
to use in facets.
- Adjusting the [position
scales](https://teunbrand.github.io/ggh4x/articles/Facets.html#position-scales)
on a per-panel basis.
Expand All @@ -51,10 +58,15 @@ examples. Links to these topics are below.
- ggh4x has some [position
guides](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html)
that change the way x- and y-axes look. You can:
- [recolour](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#coloured-axis-1)
the axis or cut the axis line with [truncated
axes](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#truncated-axes-1).
- include the [minor breaks as minor tick
marks](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#minor-ticks).
- detail log<sub>10</sub> axes with [logarithmic
tickmarks](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#logarithmic-ticks).
- fine-tune the placement of labels and breaks with [manual
axes](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#manual-axes-1).
- indicate [nested
relations](https://teunbrand.github.io/ggh4x/articles/PositionGuides.html#nested-relations)
in discrete axes.
Expand Down

0 comments on commit c6e6fbe

Please sign in to comment.