plot.dsem | R Documentation |
Plot from a fitted dsem
model
## S3 method for class 'dsem'
plot(x, y, edge_label = c("name", "value"), digits = 2, ...)
x |
Output from |
y |
Not used |
edge_label |
Whether to plot parameter names or estimated values |
digits |
integer indicating the number of decimal places to be used |
... |
arguments passed to |
This function coerces output from a graph and then plots the graph.
Invisibly returns the output from graph_from_data_frame
which was passed to plot.igraph
for plotting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.