View source: R/plot.cSEMResult.R
plot.cSEMResults_2ndorder | R Documentation |
cSEMResults
method for plot()
for second-order models.experimental
## S3 method for class 'cSEMResults_2ndorder'
plot(
x,
.title = args_default()$.title,
.plot_significances = args_default()$.plot_significances,
.plot_correlations = args_default()$.plot_correlations,
.plot_structural_model_only = args_default()$.plot_structural_model_only,
.plot_labels = args_default()$.plot_labels,
.graph_attrs = args_default()$.graph_attrs,
...
)
x |
An R object of class |
.title |
Character string. Title of an object. Defaults to "". |
.plot_significances |
Logical. Should p-values in the form of stars be plotted? Defaults to |
.plot_correlations |
Character string. Specify which correlations should be plotted, i.e.,
between the exogenous constructs ( |
.plot_structural_model_only |
Logical. Should only the structural model,
i.e., the constructs and their relationships be plotted? Defaults to |
.plot_labels |
Logical. Whether to display edge labels and node R² values. Defaults to TRUE. |
.graph_attrs |
Character string. Additional attributes that should be passed to the DiagrammeR syntax, e.g., c("rankdir=LR", "ranksep=1.0"). Defaults to c("rankdir=LR"). |
... |
Currently ignored. |
Creates a plot of a cSEMResults_2ndorder
object using the grViz function.
For more details on customizing plot, see https://rpubs.com/nguyen_mot/1275413.
csem()
, cSEMResults, grViz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.