scatr

Create Scatter Plots with Marginal Density or Box Plots


Keywords
jamovi, r, scatter-plot
Licenses
CNRI-Python-GPL-Compatible/CNRI-Python-GPL-Compatible

Documentation

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")