[New Features on steemr] Diagrams in the Shiny app for the statistics of the Steem CN community!

By Peng Zhao | September 7, 2018

I added diagrams into the Shiny app scner(). These diagrams include the word clouds of the Steemians of the CN community, as well as the histograms for the distributions according to the ESP, account value, online-days, etc..

scnerfig.png

Minor bugs were fixed as well.

How did I implement them?

I added two internal functions, i.e. pcner() for plotting wordclouds chars, and phist() for plotting enhanced and customized histograms, in 'R/shiny.r'. New codes were added to the function scner_ui() and scner_server() to build the elements of the shiny app.

Link to relevant lines in the code on GitHub can be found mainly in my latest commit (click to see the details):

comments powered by Disqus