Network Generator for Combinatorial Graph Problems


[Up] [Top]

Documentation for package ‘netgen’ version 1.3.2

Help Pages

addNodeWeights Add node weights.
as.character.Network Get basic network information as a string.
as.data.frame.Network Convert network to data frame.
as.matrix.Network Convert network to matrix.
autoplot.Network Autoplot function.
dynamise Add dynamic arrival times to nodes.
exportToFile Exports a network to an proprietary format.
exportToTSPlibFormat Exports a network to the TSPlib format.
filterTSPInstances Filter TSPlib instances according to its specifications.
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 Returns 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.
getTSPInstancesOverview Get an overview of instances in a directory.
getValidEdgeWeightTypes Get TSPlib edge weight types.
hasDepots Check if network has depots.
importFromFile Import a network from proprietary format.
importFromTSPlibFormat Import network from (extended) TSPlib format.
isEuclidean Check if network is euclidean.
isNetwork Check if object is 'Network'.
makeNetwork Generate network based on coordinates.
morphInstances Morphing of two networks with a convex combination of the coordinates.
rescaleNetwork Rescale network
visualizeMorphing Fancy visualization of morphing.
visualizePointMatching Visualize point matching.