https://github.com/cran/dse
Raw File
Tip revision: 9613a94196ef7568441486bf322284e4b3b332af authored by Paul Gilbert on 14 August 2012, 00:00:00 UTC
version 2012.6-1
Tip revision: 9613a94
is.forecastCovEstimatorsWRTdata.subsets.Rd
\name{is.forecastCovEstimatorsWRTdata.subsets}
\alias{is.forecastCovEstimatorsWRTdata.subsets}
\title{Check Inheritance}
\description{Check inheritance.}
\usage{
    is.forecastCovEstimatorsWRTdata.subsets(obj)
    }
\arguments{
    \item{obj}{Any object.}
    }
\value{logical}
\details{
    This tests if an object isnherits 
    from \code{forecastCovEstimatorsWRTdata.subsets}. This type of object
    code be generated in different ways but the only current example
    is \code{stripMine}.
    }
\seealso{
    \code{\link{stripMine}}
    }
\concept{DSE}
\keyword{ts}

back to top