## S3 method for class 'owin':
diameter(x)
The argument x
should be a window (an object of class
"owin"
, see owin.object
for details)
or can be given in any format acceptable to as.owin()
.
The function diameter
is generic. This function is the
method for the class "owin"
.
area.owin
,
perimeter
,
owin
,
as.owin
w <- owin(c(0,1),c(0,1))
diameter(w)
# returns sqrt(2)
data(letterR)
diameter(letterR)
Run the code above in your browser using DataLab