Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Nov 6, 2024
1 parent 53445cb commit 8f7dc5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ remotes::install_github("Yunuuuu/ggalign")
The usage of `ggalign` is simple if you're familiar with `ggplot2` syntax, the
typical workflow includes:

- Initialize the layout using `ggheatmap()` or `ggstack()`.
- Initialize the layout using `ggheatmap()`/`ggside()`, `quad_layout()` or
`ggstack()`.
- Customize the layout with:
- `align_group()`: Group observations into panel with a group variable.
- `align_kmeans()`: Group observations into panel by kmeans.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ remotes::install_github("Yunuuuu/ggalign")
The usage of `ggalign` is simple if you’re familiar with `ggplot2`
syntax, the typical workflow includes:

- Initialize the layout using `ggheatmap()` or `ggstack()`.
- Initialize the layout using `ggheatmap()`/`ggside()`, `quad_layout()`
or `ggstack()`.
- Customize the layout with:
- `align_group()`: Group observations into panel with a group
variable.
Expand Down

0 comments on commit 8f7dc5a

Please sign in to comment.