Plot of original and smoothed time series.
It plots the univariate or bivariate. This function is not intended for users but to be called by trend_estimate.
graph_trend(dat, N, tau, dvar, label = NULL, jump = 1:N, bands = TRUE, las, bivariate = TRUE)
dat
: is a 2x2 covariace matrixN
: the number of observationstau
: the smoothed time seriesdvar
: the estimated variance for taulabel
: the vectors of caracters associated to the time points to appear in the axisjump
: if label is too long, jump thin them on the axisbands
: is TRUE to draw the approximately 95% confidence bands around taulas
: is 1 and 2 if the asis should appear vertical and horizontal, respectivelybivariate
: is FALSE if dat is a univariate time seriesThe empirical correlation fo the two series
Useful links