shar (version 2.3)

print.rd_mar: print.rd_mar

Description

Print method for rd_mar object

Usage

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

Value

void

Arguments

x

rd_mar object with randomized patterns.

digits

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

...

Arguments passed to cat.

Details

Printing method for random patterns created with reconstruct_pattern_marks.

See Also

reconstruct_pattern_marks

Examples

Run this code
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)
}

Run the code above in your browser using DataLab