linkMapCoords: Link map elements

View source: R/link.R

linkR Documentation

Description

Calls upon the depthmapXcli to link elements (cells in VGA, lines in axial/segment)

Usage

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)

Arguments

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.

Value

No value returned, process is between files.

Author(s)

Petros Koutsolampros


orange-vertex/rdepthmap documentation built on Nov. 14, 2024, 2:41 p.m.