Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Sheff_temp <- read.csv ("shef_max_temp_data.csv", sep = "")
  2. colnames (Sheff_temp) <- c(c ("Year", "Month", "Max_temp"), colnames(Sheff_temp)[4:7])
  3. Sheff_temp$Max_temp <- as.numeric(as.character(Sheff_temp$Max_temp))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement