circumradius(x)
## S3 method for class 'linnet':
diameter(x)
"linnet"
). The circumradius of a linear network (in the shortest path distance)
is the minimum value, over all points $u$ on the network,
of the maximum shortest-path distance from $u$ to another point
$v$ on the network.
The function diameter
is generic; the function
diameter.linnet
is the method for objects of class linnet
.
linnet
data(simplenet)
diameter(simplenet)
circumradius(simplenet)
Run the code above in your browser using DataLab