Closed pwildenhain closed 5 years ago
Thanks! I'll think about it.
On a first thought, no, because it adds nothing but a new argument to qic(), which already has too many. When using $data the plot is not printed, and anyway you would most likely assign the output to a variable anyway.
I know you can already get the data from the plot with something like this
It would be quicker, especially if you only need the data to have something like this
Returning the aggregated
data.frame
, without having to plot the data first.As far as implementation, possibly placing a early
return()
here right before the data gets plotted, ifreturn.data = TRUE
Looking forward to hearing your thoughts about this feature request 😄