Revision 2c53c238ec4046fa5995d859757182b174ef8f86 authored by Paul Gilbert on 03 January 2005, 21:18:12 UTC, committed by cran-robot on 03 January 2005, 21:18:12 UTC
1 parent 3ab5bcf
Raw File
periodsMonteCarloSimulations.Rd
\name{periodsMonteCarloSimulations}
\alias{periods.MonteCarloSimulations}
\alias{tframe.MonteCarloSimulations}

\title{Tframe or Number of Periods}
\description{Return the number of periods or the tframe.}
\usage{
    \method{periods}{MonteCarloSimulations}(x)
    \method{tframe}{MonteCarloSimulations}(x)
    }

\arguments{
    \item{x}{A MonteCarloSimulations object.}
    }
\value{An integer or a tframe object.}
\details{
    See the generic method.
    }
\keyword{programming}
\keyword{utilities}
\keyword{ts}

back to top