powered by
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)
get_spacetime_grid(dim, LC.coordinates)
dimension of the original field (first dimension is time; rest is space)
template of the LC coordinates
compute_LC_coordinates, setup_LC_geometry
compute_LC_coordinates
setup_LC_geometry
# NOT RUN { 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) # }
Run the code above in your browser using DataLab