ManonMartin / limpca

https://manonmartin.github.io/limpca/
1 stars 2 forks source link

plotScatter #5

Closed bgovaerts closed 1 year ago

bgovaerts commented 1 year ago

Is not Working when the Y matrix has no variable names... Y=matrix(1:20,ncol=2) plotScatter(Y=Y,xy=c(1,2)) colnames(Y)=c("A","B") plotScatter(Y=Y,xy=c(1,2))