% Generated by roxygen2: do not edit by hand % Please edit documentation in R/plot.R \name{plotPredReal} \alias{plotPredReal} \title{plot measured / predicted} \usage{ plotPredReal(data, pred, index) } \arguments{ \item{data}{Object return by \code{getData}} \item{pred}{Object as returned by \code{getForecast}} \item{index}{Index in forecasts} } \description{ Plot measured curve (in black) and predicted curve (in red) }