browse_dot_graph | R Documentation |
options('browser')
). This requires DiagrammeR
package to be installed. If you do not have those you can cat()
the returned string from ‘nstandr:::make_dot_graph()’ to the R console and copy it to some web tool for dot visualization (e.g.http://magjac.com/graphviz-visual-editor)Generates a temporary html file with visualization of given nstandr procedures and opens it in a browser (specified in options('browser')
). This requires DiagrammeR
package to be installed. If you do not have those you can cat()
the returned string from ‘nstandr:::make_dot_graph()’ to the R console and copy it to some web tool for dot visualization (e.g.http://magjac.com/graphviz-visual-editor)
browse_dot_graph(procedures_list, width = NULL, height = NULL, ...)
procedures_list |
List of procedures. See |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.