[R] Violin plots in R

Richard O'Keefe r@oknz @end|ng |rom gm@||@com
Mon Apr 4 13:39:10 CEST 2022


Does the OP insist on using ggplot?
I've been happy with
 > install.packages("vioplot")
 > library(vioplot)
 > ?vioplot(
 > vioplot(rnorm(30))
There are several CRAN packages that can generate violin
plots.

On Fri, 1 Apr 2022 at 22:33, Eric Berger <ericjberger using gmail.com> wrote:

> 1. Your data was not attached.
> 2. You should show the code that you tried so that people can find the
> problem(s).
> 3. have you tried searching the web for examples that work? A quick search
> gave this site which looked relevant
>
>
> http://www.sthda.com/english/wiki/ggplot2-violin-plot-quick-start-guide-r-software-and-data-visualization
>
>
> On Fri, Apr 1, 2022 at 12:12 PM pooja sinha <pjsinha07 using gmail.com> wrote:
>
> > Hi All,
> >
> > I need your help in making the violin plot in R using the data which is
> > attached herewith. I am new to R and having issues in tidying my data for
> > R. I am trying the code but I am not able to tidy my data for violin plot
> > in ggplot.
> >
> > Any help will be highly appreciated.
> >
> > Thanks,
> > Puja
> > ______________________________________________
> > R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> > http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list