x across all
plotting functions:
plot_tna(): input → xplot_htna(): input → x (was
model)plot_mtna(): input → x (was
model)splot() already used xtplot() default margins causing tiny plots
compared to splot()qgraph to splot migration guide
(vignettes/qgraph-to-splot.Rmd)vignettes/multi_network.Rmd)The following parameters have been renamed for consistency. The old names still work but emit deprecation warnings:
| Old Name | New Name | Reason |
|---|---|---|
esize |
edge_size |
Add edge_ prefix, expand abbreviation |
cut |
edge_cutoff |
Add edge_ prefix, clarify meaning |
usePCH |
use_pch |
Fix camelCase to snake_case |
positive_color |
edge_positive_color |
Add edge_ prefix (matches theme storage) |
negative_color |
edge_negative_color |
Add edge_ prefix (matches theme storage) |
donut_border_lty |
donut_line_type |
Expand lty abbreviation |
edge_label_fontface now accepts string values (“plain”,
“bold”, “italic”, “bold.italic”) in addition to numeric values, matching
other fontface parametersmlna() for multilevel network visualization with
3D perspectivemtna() for multi-cluster network
visualizationplot_htna() for hierarchical multi-group polygon
network layouts with circular layout optiontplot() as qgraph drop-in replacementarrow_angle parameter for customizable
arrowheadsedge_start_dot_density parameter for TNA-style
dotted edgesfrom_tna()pie_values vector to
donut_fill when values are in [0,1]edge_scale_mode validationfrom_qgraph() with layout
overridenormalize_coords()from_qgraph()from_qgraph()donut_empty parameterfrom_qgraph() function for qgraph
compatibilityfrom_qgraph() to read resolved
graphAttributessoplot() qgraph-compatible plotting functionlayout_oval() function for oval/ellipse
layoutslayout_scale parameter to expand/contract network
layoutlayout_scale = "auto" for node-count based
scalingedge_start_style parameter for direction
indicationsplot() function for base R graphics network
plotting