Browse Source

Fix a typo in `stat_stepribbon` doc

pull/47/head
jjchern 6 years ago
parent
commit
6b0f7be4e2
  1. 4
      R/stat-stepribbon.r
  2. 2
      man/stat_stepribbon.Rd

4
R/stat-stepribbon.r

@ -5,9 +5,9 @@
#' @md #' @md
#' @inheritParams ggplot2::geom_ribbon #' @inheritParams ggplot2::geom_ribbon
#' @param geom which geom to use; defaults to "`ribbon`" #' @param geom which geom to use; defaults to "`ribbon`"
#' @param direction \code{hv} for horizontal-veritcal steps, `vh`` for #' @param direction `hv` for horizontal-veritcal steps, `vh` for
#' vertical-horizontal steps #' vertical-horizontal steps
#' @references \url{https://groups.google.com/forum/?fromgroups=#!topic/ggplot2/9cFWHaH1CPs} #' @references [https://groups.google.com/forum/?fromgroups=#!topic/ggplot2/9cFWHaH1CPs]()
#' @export #' @export
#' @examples #' @examples
#' x <- 1:10 #' x <- 1:10

2
man/stat_stepribbon.Rd

@ -47,7 +47,7 @@ rather than combining with them. This is most useful for helper functions
that define both data and aesthetics and shouldn't inherit behaviour from that define both data and aesthetics and shouldn't inherit behaviour from
the default plot specification, e.g. \code{\link[=borders]{borders()}}.} the default plot specification, e.g. \code{\link[=borders]{borders()}}.}
\item{direction}{\code{hv} for horizontal-veritcal steps, `vh`` for \item{direction}{\code{hv} for horizontal-veritcal steps, \code{vh} for
vertical-horizontal steps} vertical-horizontal steps}
\item{...}{other arguments passed on to \code{\link[=layer]{layer()}}. These are \item{...}{other arguments passed on to \code{\link[=layer]{layer()}}. These are

Loading…
Cancel
Save