Displaying 1 result from an estimated 1 matches for "pre_euro_veg".
2014 Jun 30
1
How to combine/join/merge etc PCA and Cluster?
...(mydata.pca, display="wa", scaling=3, type="n",
main="Mydata PCA and clusters")
abline(v=0, lty="dotted")
abline(h=0, lty="dotted")
for (i in 1:length(grl))
{ points(sit.sc1[gr==i,], pch=(14+i), cex=2.5, col=i+1)}
text(sit.sc1, row.names(Pre_euro_veg.1.all), cex=0.7, pos=3)
# Add legend interactively
legend(locator(1), paste("Cluster", c(1:length(grl))),
pch=14+c(1:length(grl)),
col=1+c(1:length(grl)), pt.cex=2)
Thank you for any help.
Jackson Rodrigues
[[alternative HTML version deleted]]