An object of class owin (either of type “polygonal”
or of type “mask”) specifying an elliptical window.
Details
This command creates a window object
representing an ellipse with the given centre and axes.
By default, the ellipse is
approximated by a polygon with npoly edges.
If mask=TRUE, then the ellipse is approximated by a binary pixel
mask. The resolution of the mask is controlled by
the arguments ... which are passed to as.mask.
The arguments a and b must be single positive numbers.
The argument centre specifies the ellipse centre: it can be either
a numeric vector of length 2 giving the coordinates,
or a list(x,y) giving the coordinates of exactly one point, or a
point pattern (object of class "ppp") containing exactly one point.