Contex v0.1.0 Contex.Mapping View Source

CURRENTLY NOT USED.... Manages the mapping between generic data and the elements required to render specific plot types Along the lines of ggplot -> aes() (Aesthetic mapping)

Link to this section Summary

Functions

This function figures out the indexes into required data columns based on the mapping definition and a list of column names (headers paramete headers should be a list of either atoms or strings ordered in the same way as the data columns

Link to this section Functions

Link to this function

prepare(mapping, headers)

View Source

This function figures out the indexes into required data columns based on the mapping definition and a list of column names (headers paramete headers should be a list of either atoms or strings ordered in the same way as the data columns