Skip to content

Commit 34a59ef

Browse files
authored
linebreak example comment (#5499)
1 parent 800268c commit 34a59ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/scale-brewer.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
#' v
7777
#' v + scale_fill_distiller()
7878
#' v + scale_fill_distiller(palette = "Spectral")
79-
#' # the order of colour can be reversed, but with scale_*_distiller(), the default direction = -1, so to reverse, use direction = 1.
79+
#' # the order of colour can be reversed, but with scale_*_distiller(),
80+
#' # the default direction = -1, so to reverse, use direction = 1.
8081
#' v + scale_fill_distiller(palette = "Spectral", direction = 1)
8182
#'
8283
#' # or use blender variants to discretise continuous data

man/scale_brewer.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)