Description Usage Arguments Examples
View source: R/violin_plot_ACF.r
plot_Acf_violiin_Slice
1 2 3 4 5 6 7 8 9 | plot_Acf_violiin(
data,
MAXLAG = 15,
scale_type = "width",
size = 0.5,
Ylimit = NULL,
ifGray = TRUE,
GridLines = "Vertical"
)
|
data |
: A dataframe of size n*lag X number of different kappa seq. |
1 2 3 4 5 6 7 8 | data(ACF_Slice)
plot_Acf_violiin(ACF_Slice, Ylimit=c(.95, 1))
data(ACF_Sim1_3D_MPG_DA_vioplot_data)
plot_Acf_violiin(Vio_ACF_MPG, size=.2, ifGray=TRUE)
data(ACF_Sim1_3D_GEO_DA_vioplot_data)
plot_Acf_violiin(Vio_ACF_MPG, size=.2, ifGray=TRUE, GridLines="Vertical")
data(ACF_sim2_pD_MPG_DA_vioplot_data)
plot_Acf_violiin(Vio_ACF_MPG_pd,size=.2, ifGray=TRUE, GridLines="none")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.