View source: R/sample_randomized.R
sample_randomized | R Documentation |
Sample randomized list
sample_randomized(randomized, n = NULL, verbose = TRUE)
randomized |
List with randomized raster or patterns. |
n |
Integer with number or vector of ids of randomized pattern to plot. |
verbose |
Logical if progress report is printed. |
Get list with n
randomized raster or patterns. If n
is a single number,
n
randomized elements will be sampledt. If n
is a vector, the
corresponding elements will be returned.
list
## Not run:
sample_randomized(randomized = reconstruction$randomized, n = c(5, 10, 15))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.