Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_spacetime_grid

Get an iterator over the space-time coordinates of the field.


Description

This function returns a matrix of space-time coordinates of the field. Both for the whole field as well as the truncated field (without the margin)

Usage

get_spacetime_grid(dim, LC.coordinates)

Arguments

dim

dimension of the original field (first dimension is time; rest is space)

LC.coordinates

template of the LC coordinates

See Also

Examples

AA <- matrix(rnorm(200), ncol = 10)
LC.geom <- setup_LC_geometry(speed = 1, horizon = list(PLC = 3, FLC = 0), shape = "cone")
bb <- get_spacetime_grid(dim(AA), LC.geom$coordinates)

LICORS

Light Cone Reconstruction of States - Predictive State Estimation From Spatio-Temporal Data

v0.2.0
GPL-2
Authors
Georg M. Goerg <gmg@stat.cmu.edu>
Initial release
2013-11-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.