R/acvWGEN.R
acvWGEN.Rd
Plots the auto- and cross- covariance functions between measured and simulated data for several stations
acvWGEN(measured, simulated, titles = c("Sim.", "Mes."), station = NULL)
matrix containing measured time series
matrix containing simulated time series
title suffixes for the simulated and measured data respectively c("Sim.","Mes.")
string vector containing the IDs of the meteorological stations where the autocovariance is calculated.
If it is NULL
(default) all stations (corresponding to the columns of "simulated" and "measured") are applied
0 in case of success
It uses acf
function