export_map {processmapR} | R Documentation |
Export process map to pdf, png, ps or svg.
Description
Export process map to pdf, png, ps or svg.
Usage
export_map(
map,
file_name = NULL,
file_type = NULL,
title = NULL,
width = NULL,
height = NULL
)
Arguments
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 |
[Package processmapR version 0.5.4 Index]