Skip to content

Instantly share code, notes, and snippets.

@mmajogn
Created February 24, 2015 15:41
Show Gist options
  • Save mmajogn/191c45e4aa602828b4a8 to your computer and use it in GitHub Desktop.
Save mmajogn/191c45e4aa602828b4a8 to your computer and use it in GitHub Desktop.
Demanda del viento
par(mfrow=c(1,1))
data%>%filter(yr==0)%>%select(windspeed,cnt)%>%plot(main="Demanda y viento", ylab="Demanda",
xlab="Velocidad del viento", col="blue", type="h")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment