Learn R Programming

rEDM (version 2.0.2)

PlotObsPred: Plot observed versus predicted values

Description

Base-graphics plot of Observations and Predictions against time.

Usage

PlotObsPred(df, dataName = "", E = NULL, Tp = NULL)

Value

Invisibly NULL.

Arguments

df

A data.frame with a time column plus Observations and Predictions.

dataName

Optional label used in the plot title.

E

Embedding dimension.

Tp

Forecast interval (prediction horizon).