[R] Spatial & Temporal Analysis of Daily Rainfall, Temperature Data

Jim Lemon drjimlemon at gmail.com
Wed Nov 9 09:44:48 CET 2016


Hi Henry,
You are certainly starting from the beginning. first, when you import
the data from a CSV file, remember to add:

read.csv(...,stringsAsFactors=TRUE)

There will doubtless be other problems, but you have to start somewhere.

Jim



More information about the R-help mailing list