Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raviselker/scatr

Create scatter plots with marginal density / box plots in jamovi and R
https://github.com/raviselker/scatr

jamovi r scatter-plot

Last synced: about 2 months ago
JSON representation

Create scatter plots with marginal density / box plots in jamovi and R

Awesome Lists containing this project

README

        

# scatr

`scatr` allows you to make clean, good-looking scatter plots in
[jamovi](https://www.jamovi.org) **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:
```r
install.packages("scatr")
```
Latest development version:
```r
library("devtools")
install_github("raviselker/scatr")
```