extra {HH}R Documentation

Miscellaneous functions that I wish were in or consistent between S-Plus and R.

Description

Miscellaneous functions that I wish were in or consistent between S-Plus and R.

Usage

as.rts(x, ...)

## S3 method for class 'ts':
units(x)

title.trellis(main = NULL, sub = NULL, xlab = NULL, ylab = NULL, 
    line = NA, outer = FALSE, axes=NULL, ...)

title.grob(main=NULL, y=.985, gp=gpar(cex=1.5))

as.character.arima.model(x, model=arima.model(x), ...)

arima.model(x)

coef.arima.HH(object, ...)

.arima.info.names.not.ordered (model)

Arguments

x vector or time series
... Additional arguments.
main, sub, xlab, ylab, line, outer, axes See title.
model A time series model specification in the S-Plus notation.
object "arima" object in S-Plus.
y, gp See grid.text in R.

Author(s)

Richard M. Heiberger (rmh@temple.edu)

See Also

arma.loop


[Package HH version 2.1-25 Index]