makeVGAGraph: Make/Unmake the VGA Graph.

View source: R/prepareVGA.R

makeVGAGraphR Documentation

Make/Unmake the VGA Graph.

Description

Makes or unmakes the graph.

Usage

makeVGAGraph(graphFileIn, graphFileOut = NA, maxVisibility = NA, boundaryGraph = FALSE,
             cliPath = getDefaultCLILocation(), verbose = FALSE)
unmakeVGAGraph(graphFileIn, graphFileOut = NA, removeLinks = FALSE,
               cliPath = getDefaultCLILocation(), verbose = FALSE)

Arguments

graphFileIn

The input graph file.

graphFileOut

The output graph file. If ommited will use the input file.

maxVisibility

Set a maximum visibility distance when making the graph.

boundaryGraph

Create a boundary graph when making the graph.

removeLinks

Remove existing links when unmaking the graph.

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 Oct. 26, 2023, 7:40 a.m.