| save.acmap {Racmacs} | R Documentation |
Save acmap data to a file
Description
Save acmap data to a file. The preferred extension is ".ace", although the format of the file will be a json file of map data compressed using 'xz' compression.
Usage
save.acmap(
map,
filename,
compress = FALSE,
pretty = !compress,
round_titers = FALSE
)
Arguments
map |
The acmap data object. |
filename |
Path to the file. |
compress |
Should the file be xz compressed |
pretty |
Should json be output prettily with new lines and indentation |
round_titers |
Should titers be rounded when outputted (this is needed for acmacs web and lispmds compatibility) |
Value
No return value, called for the side effect of saving the map data to the file.
See Also
Other functions for working with map data:
acmap(),
addOptimization(),
agReactivityAdjustments(),
as.json(),
edit_agNames(),
edit_srNames(),
keepBestOptimization(),
keepSingleOptimization(),
layerNames(),
orderPoints,
read.acmap(),
read.titerTable(),
removePoints,
save.coords(),
save.titerTable(),
subsetCommonPoints,
subsetMap()