| as.json {Racmacs} | R Documentation |
Convert map to json format
Description
Convert map to json format
Usage
as.json(map, pretty = FALSE, round_titers = FALSE)
Arguments
map |
The map data object |
pretty |
Should json be output prettily with new lines and indentation? |
round_titers |
Should titers be rounded to the nearest integer before outputting |
Value
Returns map data as .ace json format
See Also
Other functions for working with map data:
acmap(),
addOptimization(),
agReactivityAdjustments(),
edit_agNames(),
edit_srNames(),
keepBestOptimization(),
keepSingleOptimization(),
layerNames(),
orderPoints,
read.acmap(),
read.titerTable(),
removePoints,
save.acmap(),
save.coords(),
save.titerTable(),
subsetCommonPoints,
subsetMap()
[Package Racmacs version 1.2.9 Index]