Displaying 1 result from an estimated 1 matches for "gsi_".
Did you mean:
gsi
2012 Dec 04
0
latticeExtra tileplot question - tiles are not all the same size, need help.
...packages: latticeExtra, gridExtra and
RCurl
#Upload data
cwtb_csv<-getURL("https://docs.google.com/spreadsheet/pub?key=0AjzYZNH9Dw9qd
Fc5c1FXZ19uYXE3U1QwU1MxVkR4dGc&single=true&gid=0&output=csv",ssl.verifypeer
= FALSE)
cwtb<-read.csv(textConnection(cwtb_csv),header=T)
gsi_csv<-getURL("https://docs.google.com/spreadsheet/pub?key=0AjzYZNH9Dw9qdD
NTN2djUEl3UVdhZ0t4ZXZrdHpPc2c&output=csv",ssl.verifypeer=FALSE)
gsi_s<-read.csv(textConnection(gsi_csv),header=T)
##Custom color ramp...I didn't like the ones that are provided in the
package, this is s...