yarrr
yarrr copied to clipboard
Repeated measures data
Hi @ndphillips : Would it be possible to add a method for pirateplot(x, ...)
type input for repeated measures data? Maybe the furmulat interface can accomodate this as well. I.e. when x
is a matrix, columns represent the classes and each row has repeated measures of the same individual. See for example MASS::parcoord
and plotrix::ladderplot
. Here is an example with boxplot that I did way back (I used density
individually for each bar but kept a runif
based offset across the bars so that they don't change relative position):
Thanks!
@psolymos I like the idea! This shouldn't be too difficult to implement. I'll add it to the queue :)
@ndphillips Is this feature available? I'd love to use pirate plots for my repeated measures data.
Unfortunately no it is not available. Looks like I never got to it.