snapshotPCA3d: Save a 3D PCA snapshot

Description Usage Arguments Details

View source: R/misc.R

Description

Take a snapshot of the 3D PCA to a file.

Usage

1

Arguments

file

Name of the file to save the snapshot to data( metabo ) pca <- prcomp( metabo[,-1], scale.= TRUE ) pca3d(pca, group=metabo[,1]) snapshotPCA3d("testfile.png")

Details

This is just a wrapper around rgl.snapshot.


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