https://github.com/daroczig/pwa
Pulse Wave Analysis in R
https://github.com/daroczig/pwa
Last synced: about 1 year ago
JSON representation
Pulse Wave Analysis in R
- Host: GitHub
- URL: https://github.com/daroczig/pwa
- Owner: daroczig
- Created: 2014-09-14T10:34:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T21:06:38.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T00:16:57.381Z (about 1 year ago)
- Language: R
- Size: 645 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PWA
An R package for Pulse Wave Analysis developed at [CIRG.hu](http://cirg.hu/).
## Installation
The package is not on CRAN yet, so please install the development version from GitHub:
```r
library(devtools)
install_github('daroczig/PWA')
```