-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
44 lines (28 loc) · 1.25 KB
/
README.Rmd
File metadata and controls
44 lines (28 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# hplot
<!-- badges: start -->
<!-- badges: end -->
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.