View source: R/list_to_randomized.R
list_to_randomized | R Documentation |
Convert list to rd_* object.
list_to_randomized(list, observed = NULL)
list |
List |
observed |
Observed |
Convert list of randomized point pattern or raster layer to a rd_* object that can be used with all functions of the package. The main purpose of this utility function is to allow an easy parallelization of the randomization approach.
For more information, please see the "Parallelization" article.
rd_pat, rd_ras
randomize_raster
,
translate_raster
,
reconstruct_pattern
## Not run:
fit_list <- lapply(X = 1:39, FUN = function(i) {fit_point_process(pattern = species_a,
n_random = 1, simplify = TRUE, return_input = FALSE, verbose = FALSE)})
list_to_randomized(list = fit_list, observed = species_a)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.