Network tools {deal} | R Documentation |
Tools for manipulating networks
Description
Various extraction/replacement functions for networks
Usage
modelstring(x)
makenw(tb,template)
as.network(nwstring,template)
size(x)
banlist(x)
banlist(x) <- value
getnetwork(x)
gettrylist(x)
Arguments
x |
an object of class |
tb |
a table output from |
template |
an object of class |
nwstring |
a string representing the network. |
value |
a numeric matrix with two columns. Each row contains the
indices |
Details
The string representation of a network is a minimal size
representation to speed up calculations. The functions
modelstring
, as.network
and makenw
converts
between the string represention and network objects.
size
extracts the number of nodes in a network object.
banlist
extracts the banlist from a network object.
getnetwork
and gettrylist
are accessor function that
extracts a network object or trylist from the result from
autosearch
, heuristic
,
learn
, perturb
,
networkfamily
, drawnetwork
.