search for: arunoff_long_1986

Displaying 1 result from an estimated 1 matches for "arunoff_long_1986".

2009 Apr 08
2
Reshape - strange outputs
...# Note: If I do: arunoff_1986$Latitude <- rownames(arunoff_1986) (i.e. change it to 'Latitude', I get the following: Warning message: In arunoff_1986$Latitude <- rownames(arunoff_1986) : Coercing LHS to a list ), thus proceed using 'Longitude' where no warning is apparent. arunoff_long_1986 <- melt(arunoff_1986, id.var="Longitude", na.rm=TRUE) > dim(arunoff_long_1986) [1] 259560 2 >head(arunoff_long_1986, n=10) # This displays what looks like one single column, but is in fact two: column entitled "L1" is empty until the end of the file, as shown b...