dffm.3Dplot: 3D plot of Functional Time Series

View source: R/dffm.3Dplot.R

dffm.3DplotR Documentation

3D plot of Functional Time Series

Description

A function that produces a 3D-plot of the data used in the functions 'fda.preprocess'.

Usage

dffm.3Dplot(
  fpcaobj,
  domainlab = NULL,
  outputlab = NULL,
  rotate = NULL,
  cex.main = NULL,
  ...
)

Arguments

fpcaobj

Must be an object of class 'fdaobj'.

domainlab

ylab name of the plot.

outputlab

zlab name of the plot.

rotate

Parameter to change the horizontal rotation of the 3D plot. If NULL rotate will be set to 35. NULL is default.

cex.main

Parameter to change the font size of the headline. If NULL cex.main will be set to 1.6. NULL is default.

...

Option to change parameters in surf3D().

Value

3D plot of data used in the functions 'fda.preprocess'.

Examples

JKV = load.LW()
d = fda.preprocess(JKV)
d$raw.data
dffm.3Dplot(d)

ottosven/dffm documentation built on Feb. 23, 2025, 1:15 p.m.