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)
Source: R/visualize.r
browse_dot_graph.Rd
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)
Arguments
- procedures_list
List of procedures. See
sandardize
for how to specify of procedures list.- width
width of the procedures graph in pixels
- height
height of the procedures graph in pixels
- ...
Arguments passed on to
make_dot_graph