reorganize folder
[talweg.git] / pkg / man / plotPredReal.Rd
CommitLineData
46952971
BA
1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/plot.R
3\name{plotPredReal}
4\alias{plotPredReal}
5\title{plot measured / predicted}
6\usage{
7plotPredReal(data, pred, index)
8}
9\arguments{
10\item{data}{Object return by \code{getData}}
11
12\item{pred}{Object as returned by \code{getForecast}}
13
14\item{index}{Index in forecasts}
15}
16\description{
17Plot measured curve (in black) and predicted curve (in red)
18}
19