sample_randomized {shar} | R Documentation |
sample_randomized
Description
Sample randomized list
Usage
sample_randomized(randomized, n = NULL, verbose = TRUE)
Arguments
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. |
Details
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.
Value
list
Examples
## Not run:
sample_randomized(randomized = reconstruction$randomized, n = c(5, 10, 15))
## End(Not run)
[Package shar version 2.3 Index]