dffm.3Dplot | R Documentation |
A function that produces a 3D-plot of the data used in the functions 'fda.preprocess'.
dffm.3Dplot(
fpcaobj,
domainlab = NULL,
outputlab = NULL,
rotate = NULL,
cex.main = NULL,
...
)
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(). |
3D plot of data used in the functions 'fda.preprocess'.
JKV = load.LW()
d = fda.preprocess(JKV)
d$raw.data
dffm.3Dplot(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.