scatterHatch
Creates hatched patterns for scatterplots
Bioconductor version: 3.23 · Package version: 1.18.0
The objective of this package is to efficiently create scatterplots where groups can be distinguished by color and texture. Visualizations in computational biology tend to have many groups making it difficult to distinguish between groups solely on color. Thus, this package is useful for increasing the accessibility of scatterplot visualizations to those with visual impairments such as color blindness.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scatterHatch") Details
| Maintainer | Atul Deshpande <adeshpande@jhu.edu> |
| Author | Atul Deshpande [aut, cre] (ORCID: <https://orcid.org/0000-0001-5144-6924>) |
| License | MIT + file LICENSE |
| URL | https://github.com/FertigLab/scatterHatch |
| Bug Reports | https://github.com/FertigLab/scatterHatch/issues |
| Downloads rank | 179 |
| Source branch | RELEASE_3_23 |
| biocViews | CellBiology, SingleCell, Software, Spatial, Visualization |