Open psolymos opened 8 years ago
@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.
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. whenx
is a matrix, columns represent the classes and each row has repeated measures of the same individual. See for exampleMASS::parcoord
andplotrix::ladderplot
. Here is an example with boxplot that I did way back (I useddensity
individually for each bar but kept arunif
based offset across the bars so that they don't change relative position):Thanks!