Browse Source

minor typo

pull/6/head
Ben Marwick 8 years ago
parent
commit
4df3987fa0
  1. 2
      R/geom_bkde.r

2
R/geom_bkde.r

@ -146,7 +146,7 @@ StatBkde <- ggproto("StatBkde", Stat,
bandwidth=NULL, gridsize=410, range.x=NULL, bandwidth=NULL, gridsize=410, range.x=NULL,
truncate=TRUE, na.rm = TRUE) { truncate=TRUE, na.rm = TRUE) {
# KernSmooth::dpik uses a generated normal distribution as part of it's # KernSmooth::dpik uses a generated normal distribution as part of its
# operation but doesn't do this seed save/create/restore. When bandwidth # operation but doesn't do this seed save/create/restore. When bandwidth
# is NULL the only way to produce consistency in calculated resuts is to use # is NULL the only way to produce consistency in calculated resuts is to use
# a dedicated random seed. This might be a candidate for parameterization. # a dedicated random seed. This might be a candidate for parameterization.

Loading…
Cancel
Save