https://github.com/cran/dse
Raw File
Tip revision: f9aa6f7ec42024ca88a37a5e6984bada0a8d3891 authored by Paul Gilbert on 07 March 2013, 08:03:12 UTC
version 2013.3-2
Tip revision: f9aa6f7
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