Commit | Line | Data |
---|---|---|
46952971 BA |
1 | % Generated by roxygen2: do not edit by hand |
2 | % Please edit documentation in R/plot.R | |
3 | \name{plotError} | |
4 | \alias{plotError} | |
5 | \title{Plot error} | |
6 | \usage{ | |
7 | plotError(err, cols = seq_along(err)) | |
8 | } | |
9 | \arguments{ | |
10 | \item{err}{Error as returned by \code{getError}} | |
11 | ||
12 | \item{cols}{Colors for each error (default: 1,2,3,...)} | |
13 | } | |
14 | \description{ | |
15 | Draw error graphs, potentially from several runs of \code{getForecast} | |
16 | } | |
17 | \seealso{ | |
18 | \code{\link{plotPredReal}}, \code{\link{plotFilaments}}, \code{\link{plotSimils}} | |
19 | \code{\link{plotFbox}} | |
20 | } | |
21 |