Displaying 1 result from an estimated 1 matches for "dts0".
Did you mean:
dts
2012 Sep 22
0
timeIsInterval function not found
...e code is follow ... but a in timeIsInterval(dts) the script failed....
the message is "timeIsInterval function not found"
i'm updated R and package spacetime but has not worked
any suggestions?
thanks
setwd("C:/Documents and Settings/bob/Documenti/tuesday")
library(rgdal)
dts0 <- c("19980401", "19980701", "19981001", "19990101")
fn <- "_Gambia__the_Extract.tif"
ndv_gambia <- readGDAL(paste("NDV_", dts0[1], fn, sep=""))
for (i in dts0[2:4])
ndv_gambia <- cbind(ndv_gambia, readGDAL(paste(&quo...