Author

Topic: Visualising Data with R (Read 436 times)

jr. member
Activity: 143
Merit: 4
July 09, 2018, 08:08:24 AM
#2
Do you have better data set? The one on the post seems like down at the moment.
newbie
Activity: 42
Merit: 0
December 23, 2013, 08:28:26 AM
#1
I'm trying to plot the average price of Bitcoin of the last 3 year with R. I was able to get the data into the console box but I don't know how to select a specific column for plotting a graph. I haven't used R for a long time so I forgot how to do that, I remember how to plot the graph though, so I just need help with selecting the data I need.

read.csv('http://www.quandl.com/api/v1/datasets/BITCOIN/MTGOXUSD.csv?&trim_start=2010-07-17&trim_end=2013-12-13&collapse=monthly&sort_order=desc', colClasses=c('Date'='Date'))


Thanks!
Jump to: