Learn R Programming

NetVAR (version 0.1-2)

plot.NetVAR: Plotting function for objects of class NetVAR

Description

Plots an object of class NetVAR

Usage

# S3 method for NetVAR
plot(x, join_graphs = TRUE, scale_range = TRUE, legend = FALSE, ...)

Value

None

Arguments

x

An object of class NetVAR

join_graphs

Logical. If TRUE, then heatmaps for each lagged parameter matrix are returned in one plot. If FALSE, a single figure per heatmap is generated.

scale_range

Logical. If TRUE, parameters larger 1 or smaller -1 are truncated to 1 and -1 purely for visualisation purposes. If FALSE, then the actual values are plotted in the heatmaps.

legend

Add a legend to plots. Default FALSE

...

Further arguments, currently none.