tfpersp: Plot Series With persp

tfperspR Documentation

Plot Series With persp

Description

Plot series with persp

Usage

    tfpersp (x, tf=tfspan(x), start=tfstart(tf), end=tfend(tf),
       theta = -30, phi = 15, scale = FALSE, 
       xlab = "Time", ylab = "", zlab = "", 
       aspect= c(0.5, 0.5), #y/time, z/time,
       ticktype="detailed",ltheta = -120, lphi = 15,
       ...)

Arguments

x

multivariate time series (a tframed object).

tf

a tframe to set the start and end of the plot.

start

start period for the plot.

end

end period for the plot.

theta

argument passed to persp

phi

argument passed to persp

scale

argument passed to persp

xlab

argument passed to persp

ylab

argument passed to persp

zlab

argument passed to persp

aspect

argument passed to persp

ticktype

argument passed to persp

ltheta

argument passed to persp

lphi

argument passed to persp

...

additional arguments passed to persp

Details

This function uses passes a multivariate time series to persp.

Value

Depends

See Also

tfwindow persp


tframePlus documentation built on March 18, 2022, 7:35 p.m.