Skip to content

Commit

Permalink
Links in @Seealso section
Browse files Browse the repository at this point in the history
  • Loading branch information
joranE authored and wch committed Jun 28, 2012
1 parent ecb5b54 commit c181c8c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/geom-quantile.r
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @export
#' @inheritParams geom_point
#' @inheritParams geom_path
#' @seealso See \code{\link{stat_quantile}} for examples.
#' @examples
#' # See stat_quantile for examples
geom_quantile <- function (mapping = NULL, data = NULL, stat = "quantile", position = "identity",
Expand Down
3 changes: 2 additions & 1 deletion R/geom-ribbon-density.r
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
#' @section Aesthetics:
#' \Sexpr[results=rd,stage=build]{ggplot2:::rd_aesthetics("geom", "density")}
#'
#' @seealso \code{\link{geom_histogram}} for the histogram
#' @seealso \code{\link{geom_histogram}} for the histogram and
#' \code{\link{stat_density}} for examples.
#' @inheritParams geom_point
#' @export
#' @examples
Expand Down
2 changes: 2 additions & 0 deletions R/position-fill.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#'
#' @inheritParams position_identity
#' @family position adjustments
#' @seealso See \code{\link{geom_bar}} and \code{\link{geom_area}} for
#' more examples.
#' @export
#' @examples
#' \donttest{
Expand Down
1 change: 1 addition & 0 deletions R/stat-bindot.r
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#' \item{density}{density of points in bin, scaled to integrate to 1,
#' if method is "histodot"}
#' \item{ndensity}{density, scaled to maximum of 1, if method is "histodot"}
#' @seealso See \code{\link{geom_dotplot}} for examples.
#' @export
#' @examples
#' # See geom_dotplot for examples
Expand Down
1 change: 1 addition & 0 deletions R/stat-boxplot.r
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#' \item{notchupper}{upper edge of notch = median + 1.58 * IQR / sqrt(n)}
#' \item{upper}{upper hinge, 75\% quantile}
#' \item{ymax}{upper whisker = largest observation less than or equal to upper hinge + 1.5 * IQR}
#' @seealso See \code{\link{geom_boxplot}} for examples.
#' @export
#' @examples
#' # See geom_boxplot for examples
Expand Down

0 comments on commit c181c8c

Please sign in to comment.