spatstat (version 1.39-0)

circumradius: Circumradius of a Window

Description

Compute the circumradius of a window or other spatial object.

Usage

circumradius(x, ...)

## S3 method for class 'owin': circumradius(x, \dots)

Arguments

x
A window (object of class "owin"), or another spatial object.
...
Arguments passed to as.mask to determine the pixel resolution for the calculation.

Value

  • A single numeric value.

Details

The circumradius of a spatial region $W$ is the radius of the smallest circle that contains $W$. The function circumradius is generic, with methods for objects of class "owin" and "linnet".

See Also

circumradius.linnet

Examples

Run this code
circumradius(letterR)

Run the code above in your browser using DataCamp Workspace