sample_randomized: sample_randomized

View source: R/sample_randomized.R

sample_randomizedR 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)


r-spatialecology/shar documentation built on March 18, 2024, 2:17 a.m.