plantuml | R Documentation |
plantuml
objectConvert a character
to a plantuml
object.
This can be plotted.
plantuml(x = NULL)
x |
character sting containing plantuml code. |
object of class plantuml
which can be plotted.
## Not run:
x <- '
(*) --> "Initialization"
if "Some Test" then
-->[true] "Some Activity"
--> "Another activity"
-right-> (*)
else
->[false] "Something else"
-->[Ending process] (*)
endif
'
x <- plantuml( x )
plot( x )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.