as_netobject.net_mlvar: Plottable netobjects from an mlVAR fit

View source: R/vendored.R

as_netobject.net_mlvarR Documentation

Plottable netobjects from an mlVAR fit

Description

Returns the three networks as netobjects oriented for plotting (temporal edges run predictor -> outcome, matching fit_graphical_var), so cograph::splot() renders them consistently. The raw fit$temporal$weights keep mlVAR's ⁠[outcome, predictor]⁠ layout for equivalence.

Usage

## S3 method for class 'net_mlvar'
as_netobject(x, ...)

Arguments

x

A net_mlvar object.

...

Unused.

Value

A netobject_group with ⁠$temporal⁠, ⁠$contemporaneous⁠, ⁠$between⁠.


idiographic documentation built on Aug. 4, 2026, 1:07 a.m.