networktree (version 0.2.2)

plot.networktree: Plotting 'treenetwork' objects

Description

Wraps plot.party to plot a tree model with networks on the ends. Networks are plotted with qgraph, and additional arguments are passed there

Usage

# S3 method for networktree
plot(x, transform = NULL, layout = "lock",
  partyargs = list(), ...)

Arguments

x

an object of type 'networktree'

transform

"cor", "pcor", or "glasso". If set to NULL, transform detected from x

layout

network layout, passed to qgraph. Default "lock" computes spring layout for the full sample and applies this to all graphs

partyargs

additional arguments (list format) passed to partykit::plot.party

...

additional arguments passed qgraph