as.data.frame.PCAScoreMatrix: Coerece a PCAScoreMatrix into data.frame

View source: R/PCAScoreMatrix.R

as.data.frame.PCAScoreMatrixR Documentation

Coerece a PCAScoreMatrix into data.frame

Description

Coerece a PCAScoreMatrix into data.frame

Usage

## S3 method for class 'PCAScoreMatrix'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

A PCAScoreMatrix S3 object.

row.names

See as.data.frame.

optional

See as.data.frame.

...

See as.data.frame

Value

A data.frame consisting of the score matrix

See Also

as.data.frame

Examples


myPCmat <- PCAScoreMatrix(matrix(rnorm(15),ncol=3), c(0.25, 0.15, 0.1))
as.matrix(myPCmat)


bedapub/ribiosPlot documentation built on Sept. 1, 2023, 6:50 p.m.