You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to reproduce a prior plot that I Made with the previous version, but I'm unable to reproduce the violin graph (attached) in the plot function , unfortunately I could not find the last source code for the graph with the violins, you will see in the PICs what I did (second Pic) and what I currently have (first Pic).
I could change most of the graphic but couldn't add the violin.
Bellow you will find the code I'm using, I know the "Sinaplot.params = ggplot2::geom_violin()" is not working, also tried with GeomFlatViolin and geom_flat_violin but none of those are working.
mgarci68
changed the title
How can I get my sinaplot looks like geom_violin()
Help - How can I get my sinaplot looks like geom_violin()???
Jul 11, 2021
Hi, Thanks for providing this amazing package,
I'm trying to reproduce a prior plot that I Made with the previous version, but I'm unable to reproduce the violin graph (attached) in the plot function , unfortunately I could not find the last source code for the graph with the violins, you will see in the PICs what I did (second Pic) and what I currently have (first Pic).
I could change most of the graphic but couldn't add the violin.
Bellow you will find the code I'm using, I know the "Sinaplot.params = ggplot2::geom_violin()" is not working, also tried with GeomFlatViolin and geom_flat_violin but none of those are working.
`TM_AD_DBR <- Final_TM_regression_GP_ASIA_6_20_21
TM_VAC <-
TM_AD_DBR %>%
dabest(VASCAT,mRs,
idx = c("VAS NAC","VAS NAC - FV","VAS NAC - FU")
,paired = FALSE)
TM_VAC_meandiff <- mean_diff(TM_VAC)
TM_plot <-
TM_VAC_meandiff %>%
plot(palette= "Dark2",rawplot.ylim = c(0,6),effsize.ylim = c(-4,2),
effsize.ylabel = "Mean difference",tick.fontsize = 10 ,effsize.markersize = 5, axes.title.fontsize =10, sinaplot.params = ggplot2::geom_violin())`
TM_plot
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: