-
-
Notifications
You must be signed in to change notification settings - Fork 95
Unify density-control argument defaults #538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
2b81b98
8012e75
069565e
1e0c49d
b06f6f3
8e01293
f29887d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| #' @param bw,adjust,kernel,n_dens,bounds Optional arguments passed to | ||
| #' [stats::density()] (and `bounds` to [ggplot2::stat_density()]) to override | ||
| #' default kernel density estimation parameters or truncate the density | ||
| #' support. `n_dens` defaults to `1024`. | ||
| #' support. If `NULL` (default), `bw` is set to `"nrd0"`, `adjust` to `1`, | ||
| #' `kernel` to `"gaussian"`, and `n_dens` to `1024`. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.