link | R Documentation |
Calls upon the depthmapXcli to link elements (cells in VGA, lines in axial/segment)
linkMapCoords(graphFileIn, graphFileOut = NA, linkFromX, linkFromY,
linkToX, linkToY, unlink = FALSE, mapTypeToLink = "pointmaps",
cliPath = getDefaultCLILocation(), verbose = FALSE)
linkMapRefs(graphFileIn, graphFileOut = NA, linkFrom, linkTo,
mapTypeToLink = "pointmaps", unlink = FALSE,
cliPath = getDefaultCLILocation(), verbose = FALSE)
graphFileIn |
The input graph file. |
graphFileOut |
The output graph file. If ommited will use the input file. |
linkFromX |
Link start x-coordinate. |
linkFromY |
Link start y-coordinate. |
linkToX |
Link end x-coordinate. |
linkToY |
Link end y-coordinate. |
linkFrom |
Link start Ref. |
linkTo |
Link end Ref. |
unlink |
Set to TRUE to unlink instead of linking. |
mapTypeToLink |
Map type group to select displayed map from. One of: "pointmaps" (default, vga: link) or "shapegraphs" (axial:link/unlink, segment:link, convex:link) |
cliPath |
Optional. Provide the path to a different CLI. |
verbose |
Optional. Show more information of the process. |
No value returned, process is between files.
Petros Koutsolampros
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.