ox-it / OxfordIDN_htmlwidgets

Interactive visualisation templates with htmlwidgets and R
http://ox-it.github.io/OxfordIDN_htmlwidgets/
MIT License
3 stars 6 forks source link

Describes all differences between the horizontal and vertical versions #5

Closed ToonTalk closed 8 years ago

ToonTalk commented 8 years ago

By the way not clear if "rev' is not needed if the sort is descending:

order(-aggregate_mean$Desktop.Items)

Perhaps this should all be simplified by labelling the Y axis in both examples and then only the following is needed:

aggregate_mean <- aggregate_mean[order(-aggregate_mean$Desktop.Items),]

in which case not clear need to repeat the rest of the code.