https://github.com/haddonm/hplot
A collection of base R graphics functions
https://github.com/haddonm/hplot
Last synced: 1 day ago
JSON representation
A collection of base R graphics functions
- Host: GitHub
- URL: https://github.com/haddonm/hplot
- Owner: haddonm
- Created: 2021-12-23T00:28:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T23:01:12.000Z (5 months ago)
- Last Synced: 2026-02-01T10:46:54.741Z (5 months ago)
- Language: R
- Homepage: https://haddonm.github.io/hplot/
- Size: 5.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# hplot
The goal of hplot is to provide a simple way to include an array of pre-defined base R graphics and helpers. They include many that I use personally. I have distilled functions from rutilsMH, rforcpue, and other of my packages. I will list the origins in the readme each time I include a new function.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("haddonm/hplot")
```
## Development
* 2023-0928 hplot 0.0.7 Added first version of plotcompdata
* 2023-07-19 hplot 0.0.6 Change xlabel and ylabel to xlab and ylab!
* 2023-01-18 hplot 0.0.4 Added median to output stats from addnorm, modified categoryplot and plotxyy
* 2022-09-05 hplot 0.0.3 Added RGB, which is a wrapper for using rgb with numbered or named colours and a maxColorValue=255.
* 2022-09-04 hplot 0.0.2 Added makepolygon, which simplifies the generation of the input data for a polygon.