print.rd_pat | R Documentation |
Print method for rd_pat object
## S3 method for class 'rd_pat'
print(x, digits = 4, ...)
x |
rd_pat object with randomized patterns. |
digits |
Integer with number of decimal places (round). |
... |
Arguments passed to |
Printing method for random patterns created with reconstruct_pattern_*
.
void
reconstruct_pattern
fit_point_process
pattern_random <- fit_point_process(species_a, n_random = 199)
print(pattern_random)
## Not run:
pattern_recon <- reconstruct_pattern(species_b, n_random = 19, max_runs = 1000,
method = "hetero")
print(pattern_recon)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.