makeNetwork | R Documentation |
Create a (clustered) network object.
makeNetwork(
coordinates,
distance.matrix = NULL,
name = NULL,
comment = NULL,
membership = NULL,
edge.weight.type = NULL,
depot.coordinates = NULL,
lower = NULL,
upper = NULL,
opt.tour.length = NULL,
opt.tour = NULL,
node.weights = NULL
)
coordinates |
[ |
distance.matrix |
[ |
name |
[ |
comment |
[ |
membership |
[ |
edge.weight.type |
[ |
depot.coordinates |
[ |
lower |
[ |
upper |
[ |
opt.tour.length |
[ |
opt.tour |
[ |
node.weights |
[ |
[Network
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.