Visualise an Ornstein-Uhlenbeck affect simulation using different types of plots. See specific plotting functions for allowed arguments and details.
Arguments
- x
A
simulate_affectOUmodel object produced bysimulate.affectOU()- type
Type of plot; one of
"time","histogram","acf", or"phase"- ...
Additional parameters passed to specific plotting functions
Details
Available plot types:
"time": Time series trajectories of affect dimensions produced byou_plot_time()."histogram": Histograms of affect distributions produced byou_plot_histogram()."acf": Autocorrelation and cross-correlation functions produced byou_plot_acf()."phase": Phase portraits produced byou_plot_phase().
See also
Detailed documentation for each plot type:
ou_plot_time()— time series with attractor lineou_plot_histogram()— distribution with theoretical overlayou_plot_acf()— empirical vs. theoretical autocorrelationou_plot_phase()— phase portrait with mean reversion line