.Rbuildignore
.github/.gitignore
.github/workflows/check-release.yaml
.github/workflows/pkgdown.yaml
.gitignore
CRAN-SUBMISSION
DESCRIPTION
LICENSE.md
NAMESPACE
NEWS.md
Paper/apa.csl
Paper/paper.Rmd
Paper/paper.bib
Paper/paper.html
Paper/paper.log
Paper/paper.md
Paper/paper.pdf
Paper/paper.tex
Paper/paper_files/figure-latex/ggplot1-1.pdf
Paper/paper_files/figure-latex/ggplot2-1.pdf
Paper/paper_files/figure-latex/ggplot3-1.pdf
Paper/paper_files/figure-latex/matplot1-1.pdf
Paper/paper_files/figure-latex/matplot2-1.pdf
Paper/paper_files/figure-latex/matplot3-1.pdf
Paper/paper_files/figure-latex/plot1-1.pdf
Paper/paper_files/figure-latex/unnamed-chunk-1-1.pdf
R/errorplotstats.R
R/ggmatplot.R
R/matclean.R
R/pivotlonger.R
R/utils.R
README.Rmd
README.md
_pkgdown.yml
codecov.yml
cran-comments.md
docs/404.html
docs/LICENSE.html
docs/articles/ggmatplot.html
docs/articles/ggmatplot_files/figure-html/basic-point-plot-1.png
docs/articles/ggmatplot_files/figure-html/density-basic-1.png
docs/articles/ggmatplot_files/figure-html/density-scaled-1.png
docs/articles/ggmatplot_files/figure-html/density-stacked-1.png
docs/articles/ggmatplot_files/figure-html/iris-ggmatplot-density-plot-1.png
docs/articles/ggmatplot_files/figure-html/iris-ggplot2-density-plot-1.png
docs/articles/ggmatplot_files/figure-html/line-plot-1.png
docs/articles/ggmatplot_files/figure-html/point-plot-1.png
docs/articles/ggmatplot_files/figure-html/point-plot-w-layers-1.png
docs/articles/ggmatplot_files/figure-html/point-plot-w-parameters-1.png
docs/articles/ggmatplot_files/figure-html/point-plot-w-theme-1.png
docs/articles/ggmatplot_files/figure-html/unnamed-chunk-3-1.png
docs/articles/ggmatplot_files/figure-html/unnamed-chunk-4-1.png
docs/articles/ggmatplot_files/figure-html/unnamed-chunk-5-1.png
docs/articles/ggmatplot_files/figure-html/unnamed-chunk-6-1.png
docs/articles/ggmatplot_files/figure-html/unnamed-chunk-7-1.png
docs/articles/ggmatplot_files/figure-html/unnamed-chunk-8-1.png
docs/articles/ggmatplot_files/header-attrs-2.11/header-attrs.js
docs/articles/index.html
docs/authors.html
docs/bootstrap-toc.css
docs/bootstrap-toc.js
docs/docsearch.css
docs/docsearch.js
docs/index.html
docs/link.svg
docs/news/index.html
docs/pkgdown.css
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/Rplot001.png
docs/reference/Rplot002.png
docs/reference/Rplot003.png
docs/reference/figures/README-both-1.png
docs/reference/figures/README-boxplot-1.png
docs/reference/figures/README-density-1.png
docs/reference/figures/README-dotplot-1.png
docs/reference/figures/README-ecdf-1.png
docs/reference/figures/README-errorplot-1.png
docs/reference/figures/README-histogram-1.png
docs/reference/figures/README-line-1.png
docs/reference/figures/README-point-1.png
docs/reference/figures/README-point-columns-1.png
docs/reference/figures/README-point-columns-2.png
docs/reference/figures/README-unnamed-chunk-3-1.png
docs/reference/figures/README-violin-1.png
docs/reference/ggmatplot-1.png
docs/reference/ggmatplot-2.png
docs/reference/ggmatplot-3.png
docs/reference/ggmatplot.html
docs/reference/index.html
docs/sitemap.xml
ggmatplot.Rproj
inst/CITATION
man/figures/README-both-1.png
man/figures/README-boxplot-1.png
man/figures/README-density-1.png
man/figures/README-dotplot-1.png
man/figures/README-ecdf-1.png
man/figures/README-errorplot-1.png
man/figures/README-histogram-1.png
man/figures/README-line-1.png
man/figures/README-point-1.png
man/figures/README-point-columns-1.png
man/figures/README-point-columns-2.png
man/figures/README-violin-1.png
man/ggmatplot.Rd
tests/testthat.R
tests/testthat/_snaps/ggmatplot_baseplots/basic-boxplot.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-density-plot.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-dotplot.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-ecdf.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-errorplot.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-histogram.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-line-plot.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-point-line-plot.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-scatterplot.svg
tests/testthat/_snaps/ggmatplot_baseplots/basic-violin-plot.svg
tests/testthat/_snaps/ggmatplot_parameters/color-and-fill-density-plot.svg
tests/testthat/_snaps/ggmatplot_parameters/density-plot-with-x-axis-limits.svg
tests/testthat/_snaps/ggmatplot_parameters/errorplot-with-medians-and-range-errorbars.svg
tests/testthat/_snaps/ggmatplot_parameters/histogram-with-y-axis-limits.svg
tests/testthat/_snaps/ggmatplot_parameters/line-plot-with-log-x.svg
tests/testthat/_snaps/ggmatplot_parameters/plot-resized-by-aspect-ratio.svg
tests/testthat/_snaps/ggmatplot_parameters/plot-with-updated-legend-labels.svg
tests/testthat/_snaps/ggmatplot_parameters/plot-with-updated-legend-title.svg
tests/testthat/_snaps/ggmatplot_parameters/point-line-plot-with-log-x-and-y.svg
tests/testthat/_snaps/ggmatplot_parameters/scatterplot-with-a-and-y-axis-limits.svg
tests/testthat/_snaps/ggmatplot_parameters/scatterplot-with-log-y.svg
tests/testthat/_snaps/ggmatplot_parameters/single-color-scatterplot.svg
tests/testthat/_snaps/ggmatplot_parameters/single-fill-density-plot.svg
tests/testthat/_snaps/ggmatplot_parameters/single-linetype-line-plot.svg
tests/testthat/_snaps/ggmatplot_parameters/single-shape-scatterplot.svg
tests/testthat/_snaps/ggmatplot_parameters/three-color-violin-plot.svg
tests/testthat/_snaps/ggmatplot_parameters/three-fill-color-violin-plot.svg
tests/testthat/_snaps/ggmatplot_parameters/three-linetype-line-plot.svg
tests/testthat/_snaps/ggmatplot_parameters/three-shape-scatterplot.svg
tests/testthat/test-matclean.R
tests/testthat/test_errorplotstats.R
tests/testthat/test_ggmatplot_baseplots.R
tests/testthat/test_ggmatplot_parameters.R
tests/testthat/test_matclean.R
tests/testthat/test_pivotlonger.R
vignettes/.gitignore
vignettes/ggmatplot.Rmd