Skip to content
Prev 17024 / 29559 Next

STFDF object error

Dear subash,

this error is due to a change in the structure of ST*DF in the spacetime 
package that occurred after the RData-file has been saved and published. 
The immediate workaround are the following two lines:

# selecting a subset of data columns from the spatial slot
# (as non unique column names occur)
ger_june at sp <- ger_june at sp[,1:8]

# reconstructing the STFDF, the newly introduced slot endTime will
# automatically be created
ger_june <- STFDF(ger_june at sp, ger_june at time, ger_june at data)

However, I'll update the zip-file at geostat-course.org as well - thanks 
for letting me know.

Best wishes,

  Ben
On 21.12.2012 11:03, subash wrote: