vignettes/additional.Rmd
additional.Rmd
vignettes/web_only/combine_plots.Rmd
combine_plots.Rmd
vignettes/web_only/gallery.Rmd
gallery.Rmd
vignettes/web_only/ggbetweenstats.Rmd
ggbetweenstats.Rmd
vignettes/web_only/ggcoefstats.Rmd
ggcoefstats.Rmd
vignettes/web_only/ggcorrmat.Rmd
ggcorrmat.Rmd
vignettes/web_only/gghistostats.Rmd
gghistostats.Rmd
vignettes/web_only/ggpiestats.Rmd
ggpiestats.Rmd
vignettes/web_only/ggscatterstats.Rmd
ggscatterstats.Rmd
vignettes/web_only/ggstatsplot_paper.Rmd
ggstatsplot_paper.Rmd
ggstatsplot
with the purrr
packagevignettes/web_only/purrr_examples.Rmd
purrr_examples.Rmd
vignettes/web_only/session_info.Rmd
session_info.Rmd
vignettes/web_only/theme_ggstatsplot.Rmd
theme_ggstatsplot.Rmd
To get the latest, stable CRAN release (0.0.9
):
To get the latest, stable CRAN release (0.0.10
):
Note: If you are on a linux machine, you will need to have OpenGL libraries installed (specifically, libx11
, mesa
and Mesa OpenGL Utility library - glu
) for the dependency package rgl
to work.
You can get the development version of the package from GitHub (0.0.9.9000
). To see what new changes (and bug fixes) have been made to the package since the last release on CRAN
, you can check the detailed log of changes here: https://indrajeetpatil.github.io/ggstatsplot/news/index.html
You can get the development version of the package from GitHub (0.0.10.9000
). To see what new changes (and bug fixes) have been made to the package since the last release on CRAN
, you can check the detailed log of changes here: https://indrajeetpatil.github.io/ggstatsplot/news/index.html
If you are in hurry and want to reduce the time of installation, prefer-
# needed package to download from GitHub repo
utils::install.packages(pkgs = "devtools")
@@ -476,7 +476,7 @@
#> # returning the converted plot
#> return(p)
#> }
-#> <bytecode: 0x000000002a134190>
+#> <bytecode: 0x000000002992a5c0>
#> <environment: namespace:ggstatsplot>
If you are not familiar either with what the namespace ::
does or how to use pipe operator %>%
, something this package and its documentation relies a lot on, you can check out these links-
Making text subtitle for the within-subject anova designs.