shar (version 1.1)

print.rd_pat: print.rd_pat

Description

Print method for rd_pat object

Usage

# S3 method for rd_pat
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_homo, reconstruct_pattern_hetero, reconstruct_pattern_cluster or fit_point_process.

See Also

reconstruct_pattern_homo reconstruct_pattern_hetero reconstruct_pattern_cluster fit_point_process

Examples

Run this code
# NOT RUN {
pattern_random <- fit_point_process(species_a, n_random = 199)
print(pattern_random)

# }
# NOT RUN {
pattern_recon <- reconstruct_pattern_hetero(species_b, n_random = 19, max_runs = 1000)
print(pattern_recon)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace