visualize | R Documentation |
Visualizes list of procedures.
visualize(
procedures_list,
save_to_file = NULL,
save_as = NULL,
width = NULL,
height = NULL,
...
)
procedures_list |
List of procedures. See |
save_to_file |
If set tries to save visualization to file in the format |
save_as |
Type of file to save if |
width |
width of the procedures graph in pixels |
height |
height of the procedures graph in pixels |
... |
Arguments passed on to |
An object of class ‘htmlwidget’ that can be used in Rmarkdown or a file name, i.e. the value of save_to_file
is it is not NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.