is.connected.linnet | R Documentation |
Determine whether a linear network is topologically connected.
## S3 method for class 'linnet'
is.connected(X, ...)
X |
A linear network (object of class |
... |
Arguments passed to |
The command is.connected(X)
returns TRUE
if the network
X
consists of a single, topologically-connected piece,
and returns FALSE
if X
consists of several pieces
which are not joined together.
The function is.connected
is generic,
with methods for several classes.
This help file documents the
method for linear networks, is.connected.linnet
.
A logical value.
.
is.connected
,
connected
,
connected.lpp
.
is.connected(simplenet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.