Skip to content

Commit

Permalink
fix Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Sep 18, 2024
1 parent 508bcc1 commit 6ed6366
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 17 deletions.
5 changes: 2 additions & 3 deletions R/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @param width,height Heatmap body width/height, can be a [unit][grid::unit]
#' object. Only used when `position` is `NULL`.
#' @param guides A boolean value or a string containing one or more of
#' `r rd_values(.tlbr)` indicates Which guide should be collected. If `NULL`, no
#' `r rd_values(.tlbr)` indicates which guide should be collected. If `NULL`, no
#' guides will be collected. Default: "tlbr".
#' @param free_labs A boolean value or a string containing one or more of
#' `r rd_values(.tlbr)` indicates which axis title should be free from
Expand All @@ -24,8 +24,7 @@
#' `NULL` (default), no space will be removed.
#' @param plot_data A function used to transform the plot data before rendering.
#' By default, it'll inherit from the parent layout. If no parent layout, the
#' default is to not modify the data. Use `NULL`, if you don't want to modify
#' anything.
#' default is `NULL`, which means we won't want to modify anything.
#'
#' Used to modify the data after layout has been created, but before the data is
#' handled of to the ggplot2 for rendering. Use this hook if the you needs
Expand Down
3 changes: 1 addition & 2 deletions man/align.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/align_dendro.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/align_gg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/align_panel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/hmanno.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/stack_active.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ed6366

Please sign in to comment.