qutang / mHealthR

R package to support data io, manipulation and visualization for mhealth specification
http://qutang.github.io/mHealthR/
MIT License
1 stars 0 forks source link

time series visualization API design #7

Closed qutang closed 7 years ago

qutang commented 7 years ago

time series For sensor and feature, plot time series line plot for selected columns. For features, if values are in different scales, it will be standardized, and original mean and variance will be annotated in legend. If values are in string, it will be ignored. For annotation, plot color bars for label column, selected_cols will be ignored For event, plot small markers of combined string of selected columns

mhealth.timeseries(dfs, file_types, selected_cols, group_cols, ncols)