We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d85ed3 commit f0149f4Copy full SHA for f0149f4
R/stat-density.r
@@ -7,7 +7,7 @@
7
#' @param kernel kernel used for density estimation, see
8
#' \code{\link{density}} for details
9
#' @param trim if \code{TRUE}, the default, densities are trimmed to the
10
-#' actually range of the data. If \code{FALSE}, they are extended by the
+#' actual range of the data. If \code{FALSE}, they are extended by the
11
#' default 3 bandwidths (as specified by the \code{cut} parameter to
12
#' \code{\link{density}})
13
#' @param na.rm If \code{FALSE} (the default), removes missing values with
0 commit comments