powered by
Write a .mct file of a maplist for external plotting with MapChart software (Voorrips ).
write.mct( maplist, mapdir = "mapping_files_MDSMap", file_info = paste("; MapChart file created on", Sys.Date()), filename = "MapFile", precision = 2, showMarkerNames = FALSE )
A list of maps. In the first column marker names and in the second their position. All map data are compiled into a single MapChart file.
Directory to which .mct files are written, by default the same directory as for MDSMap_from_list
MDSMap_from_list
A character string added to the first lines of the .mct file, by default a datestamp is recorded.
Character string of filename to write the .mct file to, by default "MapFile"
To how many decimal places should marker positions be specified (default = 2)?
Logical, by default FALSE, if TRUE, the marker names will be diplayed in the MapChart output as well.
FALSE
TRUE
if (FALSE) { data("integrated.maplist") write.mct(integrated.maplist)}
Run the code above in your browser using DataLab