Browse Source

travis

pull/6/head
Bob Rudis 8 years ago
parent
commit
690c20dae3
  1. 3
      R/stateface.r
  2. 5
      man/geom_stateface.Rd

3
R/stateface.r

@ -57,6 +57,9 @@ load_stateface <- function() {
#' run \code{show_stateface()} to get the filesystem location and then
#' load the font manually from there.
#'
#' @param nudge_x,nudge_y Horizontal and vertical adjustment to nudge l
#' abels by. Useful for offsetting text from points, particularly
#' on discrete scales.
#' @inheritParams ggplot2::geom_text
#' @export
geom_stateface <- function(mapping = NULL, data = NULL, stat = "identity",

5
man/geom_stateface.Rd

@ -43,8 +43,9 @@ to the paired geom/stat.}
\item{parse}{If TRUE, the labels will be parsed into expressions and
displayed as described in ?plotmath}
\item{nudge_x}{Horizontal and vertical adjustment to nudge labels by.
Useful for offsetting text from points, particularly on discrete scales.}
\item{nudge_x, nudge_y}{Horizontal and vertical adjustment to nudge l
abels by. Useful for offsetting text from points, particularly
on discrete scales.}
\item{check_overlap}{If \code{TRUE}, text that overlaps previous text in the
same layer will not be plotted. A quick and dirty way}

Loading…
Cancel
Save