Skip to content

Commit 6df162e

Browse files
committed
Break lines at 80 characters
1 parent bb0d563 commit 6df162e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

R/scale-brewer.r

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
#'
33
#' Create colour scales based on ColorBrewer colours.
44
#'
5-
#' ColorBrewer provides sequential, diverging and qualitative colour schemes which are particularly suited and tested to display discrete values (levels of a factor) on a map. ggplot2 can use those colours in discrete scales. It also allows to smoothly interpolate the colours to a continuous scale, although the original colour schemes (particularly the qualitative ones) were not intended for this. The perceptual result is left to the appreciation of the user.
5+
#' ColorBrewer provides sequential, diverging and qualitative colour schemes
6+
#' which are particularly suited and tested to display discrete values (levels
7+
#' of a factor) on a map. ggplot2 can use those colours in discrete scales. It
8+
#' also allows to smoothly interpolate the colours to a continuous scale,
9+
#' although the original colour schemes (particularly the qualitative ones)
10+
#' were not intended for this. The perceptual result is left to the
11+
#' appreciation of the user.
612
#'
713
#' See \url{http://colorbrewer2.org} for more information.
814
#'

0 commit comments

Comments
 (0)