-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adding confidence level as a parameter #121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me overall. One comment on argument naming.
R/plotCCA.R
Outdated
#' @param ellipse.level Number between 0 and 1 to adjust confidence level. | ||
#' (default: \code{ellipse.level = 0.95}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wouldn't a more descriptive name be "confidence.level"?
status of this? |
Fixed what had to be, however build still fails in ubuntu and no idea how to solve (gave it a few try already) |
This should be work when psuhed to devel |
Also bump the version |
Also update NEWS file "Added confidence.interval parameter to plotCCA" or something |
Should be fine now |
Issue #110