Skip to content

Commit

Permalink
Fix bad doc formatting from viridisLite
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Nov 28, 2023
1 parent e61a82e commit c6b0127
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions R/pal-viridis.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
#' @inheritParams viridisLite::viridis
#' @param begin,end The (corrected) hue in `[0,1]` at which the color map
#' begins and ends.
#' @param option A character string indicating the color map option to use.
#' Eight options are available:
#' * `"magma"` (or `"A"`)
#' * `"inferno"` (or `"B"`)
#' * `"plasma"` (or `"C"`)
#' * `"viridis"` (or `"D"`)
#' * `"cividis"` (or `"E"`)
#' * `"rocket"` (or `"F"`)
#' * `"mako"` (or `"G"`)
#' * `"turbo"` (or `"H"`)
#' @references <https://bids.github.io/colormap/>
#' @export
#' @examples
Expand Down
16 changes: 8 additions & 8 deletions man/pal_viridis.Rd

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

0 comments on commit c6b0127

Please sign in to comment.