powered by
setup_LC_geometry sets up the light cone geometry for LICORS.
setup_LC_geometry
setup_LC_geometry(horizon = list(PLC = 1, FLC = 0), speed = 1, space.dim = 1, shape = "cone")
a list with PLC and FLC horizon
PLC
FLC
speed of propagation
dimension of the spatial grid. Eg. 2 if the data is a video ( = image sequences).
2
shape of light cone: 'cone', 'tube', or 'revcone'.
'cone'
'tube'
'revcone'
A list of class "LC".
"LC"
LC-utils, compute_LC_coordinates
LC-utils
compute_LC_coordinates
# NOT RUN { aa <- setup_LC_geometry(horizon = list(PLC = 3, FLC = 1), speed = 1, space.dim = 1, shape = "cone") aa plot(aa) summary(aa) # }
Run the code above in your browser using DataLab