Overview of tinyplot
maintinyplot is a lightweight extension of the base R graphics system. It is designed to bridge the gap between the powerful infrastructure of base R (like the plot() generic and formula-based interfaces) and the convenience features found in grid-based packages like ggplot2 or lattice.
Key features include:
- Preservation of the base R formula-based interface (
y ~ x). - Support for grouped plots with automatic legends and facets.
- Advanced visualization types.
- Easy customization via ready-made themes.
- Minimal non-base dependencies.