View source: R/calculate_density.R
CalculateDensity | R Documentation |
Compute Simulation Heatmaps
CalculateDensity(
sim_object,
steps = NULL,
which = "all",
step_size = 1,
cores = 1
)
sim_object |
object created with |
steps |
which simulation steps to compute heatmaps for (Tissue, Holes, Cells, or All) |
which |
which simulation to compute it for |
step_size |
resolution of heatmap |
cores |
number of cpu cores |
a new SpatSimObj
with probability densities calculated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.