https://github.com/kwb-r/kwb.rect
Plotting rectangles
https://github.com/kwb-r/kwb.rect
Last synced: 7 months ago
JSON representation
Plotting rectangles
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.rect
- Owner: KWB-R
- License: other
- Created: 2024-02-16T08:10:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T15:36:07.000Z (over 1 year ago)
- Last Synced: 2025-02-17T21:46:05.138Z (10 months ago)
- Language: R
- Size: 1.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/KWB-R/kwb.rect/actions?query=workflow%3AR-CMD-check)
[](https://github.com/KWB-R/kwb.rect/actions?query=workflow%3Apkgdown)
[](https://codecov.io/github/KWB-R/kwb.rect)
[](https://www.tidyverse.org/lifecycle/#experimental)
[]()
[](https://kwb-r.r-universe.dev/)
# kwb.rect
This package provides functions to define and plot
rectangles, e.g. to plot rectangles side-by-side or on top of each
other.
## Installation
For details on how to install KWB-R packages checkout our [installation tutorial](https://kwb-r.github.io/kwb.pkgbuild/articles/install.html).
```r
### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)
### See here why this might be important for you:
### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat
# Sys.setenv(GITHUB_PAT = "mysecret_access_token")
# Install package "remotes" from CRAN
if (! require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}
# Install KWB package 'kwb.rect' from GitHub
remotes::install_github("KWB-R/kwb.rect")
```
## Documentation
Release: [https://kwb-r.github.io/kwb.rect](https://kwb-r.github.io/kwb.rect)
Development: [https://kwb-r.github.io/kwb.rect/dev](https://kwb-r.github.io/kwb.rect/dev)