plotly_comparison | R Documentation |
Plot a comparison of two runs of qpgraph or two runs of qpadm
plotly_comparison(out1, out2, name1 = NULL, name2 = NULL)
out1 |
First model |
out2 |
Second model |
name1 |
Optional name for first model |
name2 |
Optional name for second model |
A plotly object.
fit1 = qpgraph(example_f2_blocks, example_graph, lsqmode = FALSE)
fit2 = qpgraph(example_f2_blocks, example_graph, lsqmode = TRUE)
plotly_comparison(fit1, fit2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.