Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 487 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 487 Bytes

scatr

scatr allows you to make clean, good-looking scatter plots in jamovi and R. With scatr you can easily add marginal density or box plots, and linear regression lines to your scatter plots.

Installation in jamovi

You can install scatr directly from the jamovi library.

Installation in R

Stable release:

install.packages("scatr")

Latest development version:

library("devtools")
install_github("raviselker/scatr")