Skip to content

Commit

Permalink
Update documentation for data_color()
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Jan 9, 2024
1 parent f4c3df6 commit 55e3d6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/data_color.R
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,10 @@
#'
#' `scalar<numeric|integer>(0>=val>=1)` // *default:* `NULL` (`optional`)
#'
#' An optional, fixed alpha transparency value that will be applied to all of
#' the `colors` provided (regardless of whether a color palette was directly
#' supplied or generated through a color mapping function).
#' An optional, fixed alpha transparency value that will be applied to all
#' color palette values (regardless of whether a color palette was directly
#' supplied in `palette` or generated through a color mapping function via
#' `fn`).
#'
#' @param reverse *Reverse order of computed colors*
#'
Expand Down
7 changes: 4 additions & 3 deletions man/data_color.Rd

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

4 comments on commit 55e3d6a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.