r-spatial / gstat

Spatial and spatio-temporal geostatistical modelling, prediction and simulation
http://r-spatial.github.io/gstat/
GNU General Public License v2.0
195 stars 49 forks source link

Mailed a STIDF produced file as a .csv #59

Open bhurley6ehs opened 4 years ago

bhurley6ehs commented 4 years ago

Edzer:

I have a written out .csv from the STIDF function someone sent me, and I was hoping to read it into variogramST as is in the data slot. Right now it is recognized as a data.frame, which variogramST doesn't seem to like. Is there a coerce function or something for a formatted STIDF table to make variogramST happy?

edzer commented 4 years ago

You may want to look into the docs & examples of package spacetime, for that.