@hackage / hgg-dataframe

Hackage dataframe binding for hgg (PlotData instance for DataFrame)

Latest0.1.0.0

About

Metadata

  • Last updated , by frenzieddoll
  • License BSD-3-Clause
  • Categories Graphics
  • Maintained by: frenzieddoll@gmail.com

  • Lottery factor: 1

Links

Installation

Readme

Bridges the Hackage dataframe package to hgg, so a DataFrame can be plotted directly by column name. . * instance PlotData DataFrame — makes df |>> spec accept a DataFrame (e.g. one returned by readCsv) with no conversion step. * dfResolver / plotDF — the underlying resolver and a one-call save helper. . Nullable columns are supported: a Maybe column can be referenced by name and missing entries are dropped, mirroring ggplot2's na.rm. . hgg-core and hgg-frame stay independent of any dataframe library; this package is the opt-in binding for users of Hackage dataframe.