plot.seminr_model: Plot various SEMinR models

View source: R/plot_dot.R

plot.seminr_modelR 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 seminr_theme_create.

...

Please check the dot_graph for the additional parameters

Value

Returns the plot.


seminr documentation built on Oct. 13, 2022, 1:05 a.m.