plot.seminr_model {seminr} | R Documentation |
Plot various SEMinR models
Description
With the help of the DiagrammeR
package this dot graph can then be plotted in
various in RMarkdown, shiny, and other contexts.
Depending on the type of model, different parameters can be used.
Please check the dot_graph
function for additional parameters.
Usage
## S3 method for class 'seminr_model'
plot(x, title = "", theme = NULL, ...)
Arguments
x |
The model description |
title |
An optional title for the plot |
theme |
Theme created with |
... |
Please check the |
Value
Returns the plot.
[Package seminr version 2.3.3 Index]