Specification for plotBoxAndWhisker()
#813
IndrajeetPatil
started this conversation in
Ideas
Replies: 2 comments
-
@PavelBal Do we actually need to implement this plot? I do not see it mentioned in the original issue. I just assumed that it was needed. Also, it's such a simple plot that nobody needs to go the trouble of going the route of an We are also not implementing DDI, PK ratio, etc. plots, so it won't be internally inconsistent to not have every plotting functions take in a |
Beta Was this translation helpful? Give feedback.
0 replies
-
@IndrajeetPatil Not now, low prio. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related to #674
Signature
The function is called
plotBoxAndWhisker()
, and notplotBoxWhisker()
because the latter already exists in tlf package, and we should avoid any namespace collision.Implementation plan
Rough expected output:
(The x-axis will be mapped to
group
variable in the dataframe.)Decision points:
N.B. The option already rejected by the team is scratched out.
plotBoxAndWhisker()
havex
argument that allows the users to specify the variable versus should it always be a fixed variable like residuals?x = yValues
, whichyValues
does it correspond to?)Tasks
Each task will get its own PR.
plotBoxAndWhisker()
Beta Was this translation helpful? Give feedback.
All reactions