README (original) (raw)
scplot
scplot is an add on package for scan which provides a convenient set of functions to create single-case graphics.scplot is based on ggplot2.
How to install scplot?
From: install.packages("scplot")
For the developmental version:
Install scplot:devtools::install_github("jazznbass/scplot")
If you get errors, look if a specific package is missing/ not found and try to install the missing package withinstall.packages("[name-of-the-missing-package]")
.
Finding help
- The “home” of scan is a good place to start from (https://jazznbass.github.io/scan/)
- For scplot look at (https://jazznbass.github.io/scplot/)
- You find in depth information an scan in the book Analyzing single-case data with R and scan