https://github.com/poisonalien/basegraphics
Pretty plots using pure base graphics in R
https://github.com/poisonalien/basegraphics
Last synced: about 1 month ago
JSON representation
Pretty plots using pure base graphics in R
- Host: GitHub
- URL: https://github.com/poisonalien/basegraphics
- Owner: PoisonAlien
- License: mit
- Created: 2022-07-07T04:33:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:12:15.000Z (6 months ago)
- Last Synced: 2025-03-31T17:18:06.493Z (about 2 months ago)
- Language: R
- Homepage: https://poisonalien.github.io/basegraphics/baseplots.html
- Size: 16.1 MB
- Stars: 83
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Do you like Data Visualization and `#Rstats`?
Base graphics in R is a powerful, blazing fast, and offers extremely customization data visualization solutions. Unfortunately, in the world of `ggplot2`, base graphics is largely ignored due to lack proper documentations and howtos.
This repository demonstrates the usage of base R graphics (along with code and datasets) to generate visually appealing plots, without any dependencies what so ever.
This repository is for those who like to learn and customize base R plotting functions. `#BaseisBeautiful` :)
## Results
* [Home page](https://poisonalien.github.io/basegraphics/index.html)
* [Code and plots](https://poisonalien.github.io/basegraphics/baseplots.html)## Data and code
* Raw data is stored under [data](https://github.com/PoisonAlien/basegraphics/tree/main/data) directory
* Individual code for each plot is stored under [code](https://github.com/PoisonAlien/basegraphics/tree/main/code) directoryI also tweet plots [@baseRgraphics](https://twitter.com/baseRgraphics). Make sure to follow the account for updates :)
## Examples
![]()