Network Generator for Combinatorial Graph Problems


[Up] [Top]

Documentation for package ‘netgen’ version 1.1

Help Pages

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.
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.
hasDepots Check if network has depots.
importFromFile Import a network from proprietary format.
importFromTSPlibFormat Import network from (extended) TSPlib format.
makeNetwork Generate network based on coordinates.
morphInstances Morphing of two networks with a convex combination of the coordinates.
rescaleNetwork Normalize coordinates to unit cube maintaining its geography.
visualizeMorphing Fancy visualization of morphing.
visualizePointMatching Visualize point matching.