Description Usage Arguments Value See Also Examples
View source: R/setup_LC_geometry.R
setup_LC_geometry
sets up the light cone geometry
for LICORS.
1 2 | setup_LC_geometry(horizon = list(PLC = 1, FLC = 0), speed = 1, space.dim = 1,
shape = "cone")
|
horizon |
a list with |
speed |
speed of propagation |
space.dim |
dimension of the spatial grid. Eg.
|
shape |
shape of light cone: |
A list of class "LC"
.
LC-utils
,
compute_LC_coordinates
1 2 3 4 5 | aa <- setup_LC_geometry(horizon = list(PLC = 3, FLC = 1), speed = 1, space.dim = 1,
shape = "cone")
aa
plot(aa)
summary(aa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.