search for: biofaciesbc

Displaying 2 results from an estimated 2 matches for "biofaciesbc".

2008 Oct 03
2
Mirror Image on Biplot Graphic
...re is the code that generate the graphic. plot.cca(CAPpotiFT,type='none',display=c('bp','sites'),main='Total Fauna Sites x Environment') text.cca(CAPpotiFT,dis='cn',col='black',cex=0.6,lwd=0.5,lty='dotted') points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='1',],pch=21) points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='2',],pch=20) points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='3',],pch=22,bg='gray') points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='4',],pch=24) points(ScoresCAPFT$sites[FatoresRep$Biofacies...
2008 Oct 23
2
Avoiding Biplot Labels Overllaping
...And here the graphic script ScoresCAPFT<-scores(CAPpotiFTI) FatoresRep<-read.xls('Fatores.xls',sheet=1,rowNames=T) plot.cca(CAPpotiFTI,type='none',display=c('bp','sites'),main='Total Fauna - Sites vs. Environment') points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='1',],pch=21) points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='2',],pch=20) points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='3',],pch=21,bg='gray') points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='4',],pch=24) points(ScoresCAPFT$sites[FatoresRep$Biofacies...