Revision 7870cc17bf76171231882a590f4dcf3afab5a1fa authored by Francisco Martinez on 04 June 2020, 07:40:03 UTC, committed by cran-robot on 04 June 2020, 07:40:03 UTC
1 parent 1334e82
Raw File
plot.knnForecastRO.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rolling_origin.R
\name{plot.knnForecastRO}
\alias{plot.knnForecastRO}
\title{Plot a prediction of a test set}
\usage{
\method{plot}{knnForecastRO}(x, h = NULL, ...)
}
\arguments{
\item{x}{the object obtained from a call to \code{\link{rolling_origin}}.}

\item{h}{an integer. The forecasting horizon. If \code{NULL}, the maximum
forecasting horizon of all the test sets is used.}

\item{...}{Other plotting parameters to affect the plot.}
}
\description{
It uses a test set generated with the function \code{\link{rolling_origin}}
and plots its forecast.
}
back to top