We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no difference in stat_ecdf(pad=F) or stat_ecdf(pad=T). I guess in the fix for #1467 parameter pad in stat_ecf should be included in params:
stat_ecdf(pad=F)
stat_ecdf(pad=T)
pad
stat_ecf
params = list( n = n, na.rm = na.rm, pad = pad, ... )
The text was updated successfully, but these errors were encountered:
8b7cff8
No branches or pull requests
There's no difference in
stat_ecdf(pad=F)
orstat_ecdf(pad=T)
. I guess in the fix for #1467 parameterpad
instat_ecf
should be included in params:params = list( n = n, na.rm = na.rm, pad = pad, ... )
The text was updated successfully, but these errors were encountered: