#Software Tools ##Term Project ####As a challenge
- We have 3 csv files and each file contains different stations (please, pay attention to station numbers).
- For each station, we need to calculate monthly means.
- We will plot monthly means for each station.
- We should use station name or number as plot title, so we can differentiate which plot belong to which station.
####Graphs are done with base R plots. But later will be made by ggplot2.