| as.character.Network | Get basic network information as a string. |
| as.data.frame.Network | Convert network to data frame. |
| as.matrix.Network | Convert (clustered) instance to matrix. |
| autoplot.Network | Autoplot function. |
| dynamise | Add dynamic arrival times to nodes. |
| generateClusteredNetwork | Function for generation of clustered networks |
| generateGridNetwork | Generates a grid network. |
| generateRandomNetwork | Generates a random graph in a hypercube. |
| getDepotCoordinates | Get coordinates of depots. |
| getNumberOfClusters | Get the number of clusters of a network. |
| getNumberOfDepots | Returns the number of depots of a network. |
| getNumberOfNodes | Return number of nodes of a network. |
| getOptimalPointMatching | Computes optimal point assignment for two sets of points of equal size. |
| getPointDistributionStrategies | Returns the available strategies for distributing points around clusters. |
| hasDepots | Check if network has depots. |
| makeClusteredNetwork | Generates clustered network. |
| makeNetwork | Generate network based on coordinates. |
| morphInstances | Morphing of two networks with a convex combination of the coordinates. |
| visualizeMorphing | Fancy visualization of morphing. |
| visualizePointMatching | Visualize point matching. |