Visualizes net_bootstrap objects from the Nestimate package.
Mirrors splot.tna_bootstrap but adapts to Nestimate's field layout:
weights live under $original$weights, directed is not always TRUE,
and there are no donut/inits.
splot.net_bootstrap(
x,
display = c("styled", "significant", "full"),
show_ci = FALSE,
show_stars = TRUE,
inherit_style = TRUE,
...
)Invisibly returns the plot.
A net_bootstrap object (from Nestimate).
Display mode: "styled" (default), "significant", or "full".
Logical: overlay CI bounds on edge labels? Default FALSE.
Logical: show significance stars on edge labels? Default FALSE.
Logical: inherit labels/layout/colors from network? Default TRUE.
Additional arguments passed to splot().