# of the License, or (at your option) any later version. #' @param scale covariance biplot (scale = 1), form biplot (scale = 0). When scale = 1, the inner product between the variables approximates ...
I have just started using ggbiplot today. I have a very large matrix (16540 rows vs 1798 columns). I ran my PCA using prcomp, such as: pcaRes<- prcomp(t(log(TPM2+1)), center = T, scale. = T) ...