splot.wtna_mixed: Plot a Mixed Window TNA Object

View source: R/plot-nestimate.R

splot.wtna_mixedR Documentation

Plot a Mixed Window TNA Object

Description

Plot a wtna_mixed object either as a single overlaid network or as two separate group panels.

Usage

splot.wtna_mixed(x, type = c("overlay", "group"), ...)

Arguments

x

A wtna_mixed object (from Nestimate wtna(..., method = "both")).

type

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").

Value

Invisibly returns x.


cograph documentation built on April 1, 2026, 1:07 a.m.