Skip to contents

statplot is an R package designed to simplify the creation of figures used in common statistical analyses. It provides convenient wrapper functions for generating clean, publication-ready visualizations with minimal code.

Installation

You can install the development version of statplot from GitHub with:

pak::pak("jarbet/statplot")

# Alternatively try:
# BiocManager::install("jarbet/statplot")

# Or if using renv:
# renv::install("jarbet/statplot")