## S3 method for class 'tframed':
start(x, ...)
    ## S3 method for class 'tframe':
start(x, ...)
    tfstart(x)
    ## S3 method for class 'default':
tfstart(x)
    ## S3 method for class 'tstframe':
tfstart(x)
    ## S3 method for class 'zoo':
tfstart(x)
    ## S3 method for class 'its':
tfstart(x)
    ## S3 method for class 'zootframe':
tfstart(x)
    ## S3 method for class 'itstframe':
tfstart(x)    ## S3 method for class 'tframed':
end(x, ...)
    ## S3 method for class 'tframe':
end(x, ...)
    tfend(x)
    ## S3 method for class 'default':
tfend(x)
    ## S3 method for class 'tstframe':
tfend(x)
    ## S3 method for class 'zoo':
tfend(x)
    ## S3 method for class 'its':
tfend(x)
    ## S3 method for class 'zootframe':
tfend(x)
    ## S3 method for class 'itstframe':
tfend(x)
    ## S3 method for class 'tframed':
frequency(x, ...)
    ## S3 method for class 'tframe':
frequency(x, ...)
    tffrequency(x)
    ## S3 method for class 'default':
tffrequency(x)
    periods(x)
    ## S3 method for class 'default':
periods(x)
    ## S3 method for class 'tframed':
periods(x)
    ## S3 method for class 'tframe':
periods(x)
    tfperiods(x)
    ## S3 method for class 'default':
tfperiods(x)
    ## S3 method for class 'stamped':
tfperiods(x)
    ## S3 method for class 'zoo':
tfperiods(x)
    ## S3 method for class 'tframed':
time(x, ...)
    ## S3 method for class 'tframe':
time(x, ...)
    ## S3 method for class 'its':
time(x, ...)
    tftime(x)
    ## S3 method for class 'default':
tftime(x)
    ## S3 method for class 'tframed':
time(x, ...)
tframe, 
    tframed
    start
    end
    frequency
    periods
    time
    lag
    diffz <- ts(rnorm(100), start=c(1982,1), frequency=12)
    tfstart(z)
    z <- tframed(matrix(rnorm(200), 100,2), 
            tf=list(start=c(1982,1), frequency=12))
    tfend(z)
    periods(z)
    time(z)Run the code above in your browser using DataLab