reorganize folder
[talweg.git] / pkg / man / plotPredReal.Rd
diff --git a/pkg/man/plotPredReal.Rd b/pkg/man/plotPredReal.Rd
new file mode 100644 (file)
index 0000000..8d818fe
--- /dev/null
@@ -0,0 +1,19 @@
+% 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)
+}
+