powered by
Plot The Price of the Largest Market Cap Cryptocurrencies (API Key required)
plot_top_currencies(currency = "USD", k = 5, bar_color = "grey")
currency code (default is 'USD')
the number of top cryptocurrencies to plot (default is 5)
a valid color name or hexadecimal color code (default is 'grey')
A ggplot of top Cryptocurrencies based on their rank (Market Cap)
# NOT RUN { plot_top_currencies('EUR') plot_top_currencies('GBP') # }
Run the code above in your browser using DataLab