yarrr
yarrr copied to clipboard
An R package for conducting all sorts of R piratery
I find the two-sided density/bean/violin shapes very confusing, and I would love to have the option to plot with the density on only one side, rather than mirrored. To complement...
Hi @ndphillips ! First of all, thanks for the great library! At the moment, I can't find a way around these issues: - Problem 1: When having 3 independent variables...
I've got a script that works fine with individual pirate plots. I want to do 3 pirateplots side by side, so I am specifying the column name for x variable...
Is there a way to specify the intervals for the y-axis of a pirate plot? My data has values from 1 to 5, but the y-axis includes values for 1.5,...
Example: dat=data.frame(IV1=rep(c(1,2,1,2,3),each=3),IV2=rep(c(1,1,2,2,2),each=3),DV=runif(5*3)) pirateplot(DV~IV1+IV2,dat) This also leads to an error if inf.method="ci". pirateplot(DV~IV1+IV2,dat,inf.method="ci")
That is, add a slightly thicker white bean border behind the colored bean borders. This will add contrast to the beans when the background is not white.
Hi, I'm really happy with the package, and super excited about using it, but I'm having trouble getting an appealing visualization with my raw likert scale DV. I've attached the...
Create a new pirate object class that can then be passed to plot() to create a pirateplot.
I have data that has no values for group B (all `NA`). If I make a pirateplot, the group B is not plottet. ``` Group Year Value 1 A 2010...
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....