Skip to content

Commit 5f609a3

Browse files
committed
fix documentation for geom_quantile().
1 parent 67404ee commit 5f609a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/stat-quantile.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @param quantiles conditional quantiles of y to calculate and display
22
#' @param formula formula relating y variables to x variables
3-
#' @param method Quantile regression method to use. Currently only supports
4-
#' [quantreg::rq()].
3+
#' @param method Quantile regression method to use. Available options are `"rq"` (for
4+
#' [`quantreg::rq()`]) and `"rqss"` (for [`quantreg::rqss()`]).
55
#' @inheritParams layer
66
#' @inheritParams geom_point
77
#' @section Computed variables:

man/geom_quantile.Rd

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

0 commit comments

Comments
 (0)