Skip to content

facilebio/FacileViz

Folders and files

NameName
Last commit message
Last commit date
May 5, 2021
Oct 8, 2024
Aug 23, 2023
Apr 4, 2023
Apr 4, 2023
May 6, 2020
May 31, 2018
Oct 8, 2024
Apr 4, 2023
Feb 18, 2020
Apr 4, 2023
May 6, 2020
May 6, 2020

Repository files navigation

FacileViz

R build status pkgdown Project Status: Active Lifecycle: Experimental codecov

The purpose of this package is to provide helper functions to the facile.bio ecosystem that produce javascript-based visualizations.

This should be considered an “internal” package and is not meant to be a general and reusable plotting package. Currently it uses plotly internally for the final plotting construct.

Useful functions found here:

  • fscatterplot scatterplots with faceting
  • fboxplot tried to implement grouped boxplots while supporting hover/jitter, we do this by leveraging the faceting approach
  • with_aesthetics: Maps columns in a data.frame to aesthetics. We should rely more heavily on the scales package.