Skip to contents

Print method for rd_mar object

Usage

# S3 method for rd_mar
print(x, digits = 4, ...)

Arguments

x

rd_mar object with randomized patterns.

digits

Integer with number of decimal places (round) to be printed.

...

Arguments passed to cat.

Value

void

Details

Printing method for random patterns created with reconstruct_pattern_marks.

Examples

if (FALSE) {
pattern_recon <- reconstruct_pattern(species_a, n_random = 1, max_runs = 1000,
simplify = TRUE, return_input = FALSE)
marks_sub <- spatstat.geom::subset.ppp(species_a, select = dbh)
marks_recon <- reconstruct_pattern_marks(pattern_recon, marks_sub,
n_random = 19, max_runs = 1000)
print(marks_recon)
}