ggbiplot Questions

3

Solved

I am having trouble adding grouping variable ellipses on top of an individual site PCA factor plot which also includes PCA variable factor arrows. My code: prin_comp<-rda(data[,2:9], scale=TRUE)...
Tetartohedral asked 18/12, 2012 at 15:20

1

Solved

In the example ggbiplot script plot there are 3 groups, how can I change the marker colors and shapes? library(ggbiplot) data(wine) wine.pca <- prcomp(wine, scale. = TRUE) ggbiplot(wine.pca, ob...
Thies asked 27/10, 2016 at 14:58

2

Solved

Using ggord one can make nice linear discriminant analysis ggplot2 biplots (cf chapter 11, Fig 11.5 in "Biplots in practice" by M. Greenacre), as in library(MASS) install.packages("devtools") libr...
Misshape asked 8/8, 2015 at 13:5

2

Solved

I am working on an ordination package using ggplot2. Right now I am constructing biplots in the traditional way, with loadings being represented with arrows. I would also be interested though to us...
Anglonorman asked 12/8, 2015 at 14:3

1

Solved

I'm trying to do a PCA analysis of my data using R, and I found this nice guide, using prcomp and ggbiplot. My data is two sample types with three biological replicates each (i.e. 6 rows) and aroun...
Religiose asked 19/11, 2014 at 12:16

1

Solved

I'm trying to plot a principal component analysis using prcomp and ggbiplot. I'm getting data values outside of the unit circle, and haven't been able to rescale the data prior to calling prcomp in...
Sibylle asked 4/8, 2013 at 2:57

2

Hi everyone I have a simple question but for which i havent been able to get an answer in any tutorial. Ive done a simple principal component analysis on a set of data and then plot my data with bi...
Doerr asked 7/10, 2012 at 0:30
1

© 2022 - 2024 — McMap. All rights reserved.