print.env_summarized {onpoint} | R Documentation |
print.env_summarized
Description
Print method for env_summarized object
Usage
## S3 method for class 'env_summarized'
print(x, return_area = FALSE, digits = 2, ...)
Arguments
x |
Random patterns. |
return_area |
If true, not the ratio but the area is returned. |
digits |
Number of decimal places (round). |
... |
Arguments passed to cat |
Details
Printing method for summarized envelope created with summarize_envelope
.
Value
No return value
See Also
Examples
set.seed(42)
input_pattern <- spatstat.random::rThomas(kappa = 15, scale = 0.05, mu = 5)
cluster_env <- spatstat.explore::envelope(input_pattern, fun = "pcf", nsim = 39,
funargs = list(divisor = "d", correction = "Ripley", stoyan = 0.25))
x <- summarize_envelope(cluster_env)
print(x)
[Package onpoint version 1.0.5 Index]