powered by
int.scale.verify
image
image.plot
## S3 method for class 'int.scale': plot(x, y = NULL, plot.mse = FALSE, main = NULL, \dots)
data(analysis.dat) data(forecast.dat) A<- int.scale.verify(forecast.dat, analysis.dat, thres = c(0, 2^seq(-5,6))) plot(A) plot(A, plot.mse = TRUE) plot(A, main = "Test case")
Run the code above in your browser using DataLab