Skip to content

Commit

Permalink
fix man (#22)
Browse files Browse the repository at this point in the history
* fix man

* update news
  • Loading branch information
rcannood committed Jul 14, 2023
1 parent c437744 commit 9d33948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Expand Up @@ -17,6 +17,8 @@

* Throw warning if magick is not installed or if image is not found (#18).

* Minor fixes to the documentation (#22).

## BUG FIXES

* Fix missing 1.0 label in legend due to limitations in floating-point arithmetic.
Expand Down
5 changes: 1 addition & 4 deletions R/funky_heatmap.R
Expand Up @@ -40,13 +40,10 @@
#' * `hjust`: Horizontal alignment of the bar, must be between \[0,1\]
#' (only for `geom = "bar"`).
#'
#' * `hjust`: Horizontal alignment of the label, must be between \[0,1\]
#' (only for `geom = "text"`).
#'
#' * `vjust`: Vertical alignment of the label, must be between \[0,1\]
#' (only for `geom = "text"`).
#'
#' * `size`: Size of the label, must be between \[0,1\]
#' * `size`: Size of the label, must be a numeric value
#' (only for `geom = "text"`).
#'
#' * `label`: Which column to use as a label (only for `geom = "text"`).
Expand Down
4 changes: 1 addition & 3 deletions man/funky_heatmap.Rd

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

0 comments on commit 9d33948

Please sign in to comment.