Learn R Programming

onpoint (version 1.1)

print.env_summarized: print.env_summarized

Description

Print method for env_summarized object

Usage

# S3 method for env_summarized
print(x, return_area = FALSE, digits = 2, ...)

Value

No return value

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.

See Also

summarize_envelope

Examples

Run this code
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)

Run the code above in your browser using DataLab