HH (version 2.3-27)

extra: 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

#ifndef S-Plus
as.rts(x, ...)
#endif

## 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))

## S3 method for class 'arima.model':
as.character(x, ...)

arima.model(x)

coefArimaHH(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.

Value

  • The result object of arima.model has class "arima.model"

See Also

arma.loop