crtahlin / medplot

Functions for drawing graphs in R visualizing medical information.
4 stars 2 forks source link

Add sorting to the graphs #86

Open crtahlin opened 10 years ago

crtahlin commented 10 years ago

Check all graphs how their output could be sorted, specify it and implement sorting by user selection. Current suggested options: alphabetically, sort by size of the effect (smaller to larger, larger to smaller)

llaarraa commented 10 years ago

Can you implement also the sortable tables? You mentioned that it was fairly easy to generate this sort of tables in shiny (except for dates - we should not worry too much about that at this point)

crtahlin commented 10 years ago

Implemented sortable data table in tab "Uploaded data".