Skip to content

Commit bd35a4f

Browse files
mberginskarawoo
authored andcommitted
fixing typo, exampe -> example (#2194)
1 parent 9a1130c commit bd35a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stat-density.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' [stats::bw.nrd()].
55
#' @param adjust A multiplicate bandwidth adjustment. This makes it possible
66
#' to adjust the bandwidth while still using the a bandwidth estimator.
7-
#' For exampe, `adjust = 1/2` means use half of the default bandwidth.
7+
#' For example, `adjust = 1/2` means use half of the default bandwidth.
88
#' @param kernel Kernel. See list of available kernels in [density()].
99
#' @param n number of equally spaced points at which the density is to be
1010
#' estimated, should be a power of two, see [density()] for

0 commit comments

Comments
 (0)