Jim Lemon
2016-Nov-09 08:44 UTC
[R] Spatial & Temporal Analysis of Daily Rainfall, Temperature Data
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
Jim Lemon
2016-Nov-09 08:45 UTC
[R] Spatial & Temporal Analysis of Daily Rainfall, Temperature Data
Geez, I must be too excited. I meant: stringsAsFactors=FALSE Jim On Wed, Nov 9, 2016 at 7:44 PM, Jim Lemon <drjimlemon at gmail.com> wrote:> 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