Learn R Programming

pca3d (version 0.10.2)

makeMoviePCA: Create a PCA movie

Description

Make a basic movie using movie3d()

Usage

makeMoviePCA(...)

Arguments

...

Any parameters will be passed to movie3d()

Value

The value returned by movie3d()

Details

A wrapper around movie3d with some default settings. Used to create a movie on the fly.

Examples

Run this code
# NOT RUN {
data( metabo )
pca <- prcomp( metabo[,-1], scale.= TRUE )
pca3d(pca, group=metabo[,1])
makeMoviePCA()
# }

Run the code above in your browser using DataLab