Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmur002/vwline
An R package to draw variable-width lines
https://github.com/pmur002/vwline
Last synced: 3 months ago
JSON representation
An R package to draw variable-width lines
- Host: GitHub
- URL: https://github.com/pmur002/vwline
- Owner: pmur002
- Created: 2017-02-15T23:43:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T03:25:07.000Z (over 5 years ago)
- Last Synced: 2024-07-12T16:37:51.180Z (4 months ago)
- Language: Rebol
- Size: 4.42 MB
- Stars: 24
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vwline
An R package to draw variable-width linesThe package is within a `pkg` subdirectory so installation looks something like
...```
library(devtools)
install_github("pmur002/vwline/pkg")
```Plus, for the latest version of 'vwline', you will also need to install the
gridBezier package.