Plots the bivariate histogram of two time series together with the univariate histograms using ggplot2
plot_2and1hist_gg(x, y, bivbins = 50, xbins = 30, ybins = 30)
vector of equidistant time series data
vector of equidistant time series data (of the same length as x)
number of bins in the bivariate histogram
number of bins in the histogram of x
number of bins in the histogram of y
no return value
This function plots the bivariate histogram of two time series together with the univariate histograms