tfpersp {tframePlus} | R 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 |
phi |
argument passed to |
scale |
argument passed to |
xlab |
argument passed to |
ylab |
argument passed to |
zlab |
argument passed to |
aspect |
argument passed to |
ticktype |
argument passed to |
ltheta |
argument passed to |
lphi |
argument passed to |
... |
additional arguments passed to |
Details
This function uses passes a multivariate time series to persp.
Value
Depends
See Also
[Package tframePlus version 2024.2-1 Index]