Skip to content

Instantly share code, notes, and snippets.

@jaysonsantos
Created October 16, 2014 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaysonsantos/2226bce6d47bfb09b554 to your computer and use it in GitHub Desktop.
Save jaysonsantos/2226bce6d47bfb09b554 to your computer and use it in GitHub Desktop.
data <- read.csv2('d_sabesp.csv', colClasses=c('character', 'character', 'character', rep('numeric', 4)))
data$data = as.Date(strptime(data$data, '%Y-%m-%d'))
plot(data$data, data$media_historica_do_mes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment