Skip to contents

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.

Value

list

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.

Examples

if (FALSE) {
sample_randomized(randomized = reconstruction$randomized, n = c(5, 10, 15))
}