Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 562 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 562 Bytes

vwline

An R package to draw variable-width lines

The 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.

R-CMD-check