shar (version 1.1)

print.rd_mar: print.rd_mar

Description

Print method for rd_mar object

Usage

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

Arguments

x

Random patterns.

digits

Number of decimal places (round).

...

Arguments passed to cat

Details

Printing method for random patterns created with reconstruct_pattern_marks.

See Also

reconstruct_pattern_marks

Examples

Run this code
# NOT RUN {
pattern_recon <- reconstruct_pattern_homo(species_a, n_random = 1, max_runs = 1000,
simplify = TRUE, return_input = FALSE)
marks_sub <- spatstat::subset.ppp(species_a, select = dbh)
marks_recon <- reconstruct_pattern_marks(pattern_recon, marks_sub, n_random = 19, max_runs = 1000)
print(marks_recon)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace