MSEplot: Plot MSE criteria

View source: R/plot.R

MSEplotR Documentation

Plot MSE criteria

Description

Plot MSE criteria

Usage

MSEplot(x)

## S3 method for class 'ccamforecast'
MSEplot(x, ...)

## S3 method for class 'forecastset'
MSEplot(x)

Arguments

x

the object(s) returned from forecast

Details

types are residuals ~ year (1); residuals ~ predicted (2); predicted ~ observed (3)

plots a table with the result for each objective (as TRUE/FALSE or a number) by OM, IE and MP. Objectives need to be adapted inside the plot code.


elisvb/CCAM documentation built on March 13, 2023, 6:55 a.m.