export_map | R Documentation |
Export process map to pdf, png, ps or svg.
export_map(
map,
file_name = NULL,
file_type = NULL,
title = NULL,
width = NULL,
height = NULL
)
map |
A |
file_name |
The name of the exported file (including it's extension). |
file_type |
The type of file to be exported. Options for graph files
are: |
title |
An optional title for the output graph. |
width |
Output width in pixels or |
height |
Output height in pixels or |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.