Skip to content

Commit

Permalink
Merge pull request #476 from jiho/fix/doc-scale-hue
Browse files Browse the repository at this point in the history
scale_***_hue should reference discrete_scale
  • Loading branch information
hadley committed Apr 11, 2012
2 parents 653ca15 + 92f6db7 commit 4e44907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/scale-hue.r
@@ -1,7 +1,7 @@
#' Qualitative colour scale with evenly spaced hues.
#'
#' @param na.value Colour to use for missing values
#' @param ... Other arguments passed on to \code{\link{continuous_scale}}
#' @param ... Other arguments passed on to \code{\link{discrete_scale}}
#' to control name, limits, breaks, labels and so forth.
#' @inheritParams scales::hue_pal
#' @rdname scale_hue
Expand Down

0 comments on commit 4e44907

Please sign in to comment.