get_graph | R Documentation |
Get the graph from either the local PicoWeb Server included in plantuml or an online plantuml server.
get_graph(x, file = NULL, width = NULL, height = NULL, css = NULL)
x |
plantuml code to draw the UML graph |
file |
file name, including extension, to which the returned plantUML
graph should be saved. If |
width |
output width in pixels or NULL for default. |
height |
output height in pixels or NULL for default |
css |
path/url to external css file or raw vector with css data. This requires your system has a recent version of librsvg. |
name of the file with the graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.