Skip to content

Commit

Permalink
Move comment from Details to Note
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcyip authored Aug 9, 2023
1 parent 6a113f6 commit 36abbaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/scale-brewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
#'
#' @note
#' The `distiller` scales extend `brewer` scales by smoothly
#' interpolating 7 colours from any palette to a continuous scale. The `fermenter`
#' scales provide binned versions of the `brewer` scales.
#' interpolating 7 colours from any palette to a continuous scale.
#' The `distiller` scales have a default direction = -1. To reverse, use direction = 1.
#' The `fermenter` scales provide binned versions of the `brewer` scales.
#'
#' @details
#' The `brewer` scales were carefully designed and tested on discrete data.
#' They were not designed to be extended to continuous data, but results often
#' look good. Your mileage may vary.
#' The `distiller` scales have a default direction = -1. To reverse, use direction = 1.
#'
#' @section Palettes:
#' The following palettes are available for use with these scales:
Expand Down

0 comments on commit 36abbaf

Please sign in to comment.