powered by
RFsp
conventional2RFspDataFrame(data, coords=NULL, gridTopology=NULL, n=1, vdim=1)
c(vdim, space-time-dim, n)
GridTopology
coords
gridTopology
NULL
set.seed(0) x <- 1:20 z <- RFsimulate(RMexp(), x, spC=FALSE) z2 <- conventional2RFspDataFrame(z, coord=x) Print(z, z2)
Run the code above in your browser using DataLab