QtAC.2dmixplot: 2dmixplot

View source: R/QtAC_package.R

QtAC.2dmixplotR Documentation

2dmixplot

Description

This function plots two selected systemic variables w.r.t. each other. A curve is interpolated via a piecewise cubic spline.

Usage

QtAC.2dmixplot(
  mat,
  prop1,
  prop2,
  save = FALSE,
  filename = paste("2dmixplot_", prop1, "_", prop2)
)

Arguments

prop1

variable on x-axis ("potential","connectedness","resilience")

prop2

variable on y-axis ("potential","connectedness","resilience")

save

If Save = TRUE, the 2D plot will be saved in a PNG file.

filename

If Save = TRUE, the network will be saved in a file called filename.

Mat

data frame containing a time series of systemic variables

Value

2D plot and, if Save = TRUE, a PNG file containing the plot


hannahschrenk/QtAC documentation built on July 27, 2023, 5:35 a.m.