Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Aug 8, 2024
1 parent ee3a0b0 commit 2f32b44
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ template:

reference:
- title: Building plot
- subtitle: Adding elemnt
- subtitle: Adding elements
desc: >
All plots begin with a call to `ggheatmap()` or `ggstack`, supplying default
data and aesthetic mappings, specified by `aes()`. You then add reordering
Expand All @@ -19,15 +19,15 @@ reference:

- subtitle: Active context
desc: >
A Layout object may have multiple plots, you can choose where to add ggplot2
A `Layout` object may have multiple plots, you can choose where to add ggplot2
elements with following functions.
contents:
- hmanno
- active
- activate

- title: Plot Layout
desc: A Layout object defines how to place the plots.
desc: A `Layout` object defines how to place the plots.
contents:
- layout_heatmap
- layout_stack
Expand All @@ -41,7 +41,10 @@ reference:
- title: Setup Layout
desc: Reordering obervations or Group into panels
contents:
- starts_with("align")
- align_dendro
- align_group
- align_kmeans
- align_reorder

- title: Extending ggplot2
desc: New ggplot2 geoms, stats, scales, and facets
Expand Down

0 comments on commit 2f32b44

Please sign in to comment.