ndphillips / yarrr

An R package for conducting all sorts of R piratery
76 stars 15 forks source link

Repeated measures data #16

Open psolymos opened 8 years ago

psolymos commented 8 years ago

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):

image

Thanks!

ndphillips commented 8 years ago

@psolymos I like the idea! This shouldn't be too difficult to implement. I'll add it to the queue :)

balterman3 commented 4 months ago

@ndphillips Is this feature available? I'd love to use pirate plots for my repeated measures data.

ndphillips commented 4 months ago

Unfortunately no it is not available. Looks like I never got to it.