Skip to content

Scatterbar - data visualization for proportional data across many spatially resolved coordinates

License

Notifications You must be signed in to change notification settings

JEFworks-Lab/scatterbar

Repository files navigation

scatterbar

scatterbar is an open-source R package for displaying proportional data across spatially resolved contexts. This is the scatterbar R documentation website. Questions, suggestions, or problems should be submitted as GitHub issues.

Overview

By combining the concepts of scatter plots and stacked bar charts, scatterbar allows users to visualize variations in proportional data data and compare across different spatial locations.

Installation

To install scatterbarfrom GitHub, we recommend using remotes:

require(remotes)
remotes::install_github('JEFworks-Lab/scatterbar')

Tutorials