print.env_summarized: print.env_summarized

View source: R/print.env_summarized.R

print.env_summarizedR 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

summarize_envelope

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)


onpoint documentation built on March 7, 2023, 8:04 p.m.