Plot a wtna_mixed object either as a single overlaid network or as
two separate group panels.
splot.wtna_mixed(x, type = c("overlay", "group"), ...)Invisibly returns x.
A wtna_mixed object (from Nestimate wtna(..., method = "both")).
Character. "overlay" (default) renders both networks on a
single canvas via plot_mixed_network — co-occurrence as straight
undirected edges, transitions as curved directed arrows.
"group" plots each component as a separate panel.
Additional arguments passed to plot_mixed_network
(type = "overlay") or splot (type = "group").