mapTransformation {Racmacs} | R Documentation |
Reading map transformation data
Description
These functions can be used to query and if necessary set the map transformation and map translation attributes for a given optimization run.
Usage
mapTransformation(map, optimization_number = 1)
mapTransformation(map, optimization_number = 1) <- value
mapTranslation(map, optimization_number = 1)
mapTranslation(map, optimization_number = 1) <- value
Arguments
map |
The acmap data object |
optimization_number |
The optimization run from which to get / set the data |
value |
New value to set |
Value
Returns either the requested attribute when using a getter function or
the updated acmap object when using the setter function.
See Also
Other map optimization attribute functions:
colBases()
,
mapComment()
,
mapDimensions()
,
mapStress()
,
ptBaseCoords()
,
ptCoords()
[Package Racmacs version 1.2.9 Index]