convertMap: Convert Map

View source: R/convertMap.R

convertMapR Documentation

Convert Map

Description

Converts the currently visible map in the graph file to another type of map

Usage

convertMap(graphFileIn, graphFileOut, newMapType,
           newMapName = generateRandomCapString(10), removeInputMap = FALSE,
           copyAttributes = FALSE, stubLengthToRemove = NA,
           cliPath = getDefaultCLILocation(), verbose = FALSE)

Arguments

graphFileIn

The input graph file.

graphFileOut

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

newMapType

The new map type. Can be one of: "drawing", "axial", "segment", "data" or "convex"

newMapName

The new map name. If no name is given creates one with 10 random characters

removeInputMap

Set to TRUE to remove the input map

copyAttributes

Set to TRUE to copy attributes to output map (Only between DATA, AXIAL and SEGMENT)

stubLengthToRemove

Percent of line length of axial stubs to remove (Only for AXIAL -> SEGMENT)

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 May 30, 2024, 5:40 p.m.