Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junjunlab/jjPlot
funny geom/stat functions for visualization
https://github.com/junjunlab/jjPlot
Last synced: 3 days ago
JSON representation
funny geom/stat functions for visualization
- Host: GitHub
- URL: https://github.com/junjunlab/jjPlot
- Owner: junjunlab
- License: other
- Created: 2023-04-20T09:15:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-30T12:44:24.000Z (about 1 year ago)
- Last Synced: 2024-08-03T23:24:08.732Z (3 months ago)
- Language: R
- Size: 403 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jjPlot
This **jjPlot** package may includes some funny **geom/stat** layer function to produce enjoyable graphs which is mainly based on **ggplot2**. Besides it will record my learning experience about **ggplot2** package. I will also add more useful functions to this package in the future.
## Installation
You can install the development version of jjAnno like so:
``` r
# install.packages("devtools")
devtools::install_github("junjunlab/jjPlot")
```## Citation
> Jun Z (2022). *jjPlot: Some Geom/Stat Functions to Produce Funny Graphs.* https://github.com/junjunlab/jjPlot, https://junjunlab.github.io/jjPlot-manual/
## Example
Eaxmples showed here:
![image](https://user-images.githubusercontent.com/64965509/184105867-6d4cb403-35c4-441f-bc03-78820ca7eab4.png)![image](https://user-images.githubusercontent.com/64965509/185117157-40bf0dbc-36db-4f29-99e0-f9e8c1d32049.png)
![image](https://user-images.githubusercontent.com/64965509/185117040-734f828d-24ae-42dc-ac67-3a790a4237d6.png)
![image](https://user-images.githubusercontent.com/64965509/186312112-6dfa2992-afea-4e33-91ee-853e6ba965b9.png)
![image](https://user-images.githubusercontent.com/64965509/186625982-7f012662-9082-45b8-95e3-18c41e42da7e.png)
## Documentation
More examples and details see:
> **https://junjunlab.github.io/jjPlot-manual/**