Description Usage Arguments Examples
View source: R/exported_functions.R
Write a .mct file of a maplist for external plotting with MapChart software (Voorrips ).
1 2 3 |
maplist |
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. |
mapdir |
Directory to which .mct files are written, by default the same directory
as for |
file_info |
A character string added to the first lines of the .mct file, by default a datestamp is recorded. |
filename |
Character string of filename to write the .mct file to, by default "MapFile" |
precision |
To how many decimal places should marker positions be specified (default = 2)? |
showMarkerNames |
Logical, by default |
1 2 | data("integrated.maplist")
write.mct(integrated.maplist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.