search for: potiabio

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

2008 Sep 13
2
Symbols on a capscale object plot
...to use something like squares, triangles and circles (filled and empty). Does anyone have and idea to solve it? Thank you for your attention and patience Sorry if the English is not that good, I'm Brazilian. Here is the script I'm using! # The analysis library(vegan) library(xlsReadWrite) PotiAbio<-read.xls('PotiAbioCanoco.xls',sheet=1,rowNames=T) PotiBio<-read.xls('FatorialReplica.xls',sheet=8,rowNames=T) attach(PotiAbio) LogPotiBio<-log(PotiBio+1) dbRDA<-capscale(t(LogPotiBio)~"Environmental Variables",dist="bray",add=T) dbRDA #Preparing to...
2008 Sep 13
0
Symbols On a Capscale Object Biplot
...o use something like squares, triangles and circles (filled and empty). Does anyone have and idea to solve it? Thank you for your attention and patience Sorry if the English is not that good, I'm Brazilian. Here is the script I'm using! # The analysis library(vegan) library(xlsReadWrite) PotiAbio<-read.xls('PotiAbioCanoco.xls',sheet=1,rowNames=T) PotiBio<-read.xls('FatorialReplica.xls',sheet=8,rowNames=T) attach(PotiAbio) LogPotiBio<-log(PotiBio+1) dbRDA<-capscale(t(LogPotiBio)~"Environmental Variables",dist="bray",add=T) dbRDA #Preparing to...