makeMoviePCA: Create a PCA movie

Description Usage Arguments Details Value Examples

View source: R/misc.R

Description

Make a basic movie using movie3d()

Usage

1

Arguments

...

Any parameters will be passed to movie3d()

Details

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

Value

The value returned by movie3d()

Examples

1
2
3
4
5
6
7
## Not run: 
data( metabo )
pca <- prcomp( metabo[,-1], scale.= TRUE )
pca3d(pca, group=metabo[,1])
makeMoviePCA()

## End(Not run)

pca3d documentation built on Oct. 23, 2020, 8:26 p.m.