https://github.com/cran/dse
Raw File
Tip revision: bbfde2f4b8a2382769a2591a7b594943a0e5e1dd authored by Paul Gilbert on 14 March 2011, 00:00:00 UTC
version 2011.3-1
Tip revision: bbfde2f
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