svdPca: Perform principal component analysis using singular value
decomposition
Description
A wrapper function for prcomp to deliver the result as a
pcaRes method. Supplied for compatibility with the rest
of the pcaMethods package. It is not recommended to use this
function directely but rather to use the pca() wrapper
function.