phylomorphospace(tree, X, A=NULL, label=c("radial","horizontal","off"),
control=list(), ...)"phylo" format, or a modified "phylo" object with a mapped discrete character.n x 2 matrix of tip values for two characters in n species.m x 2 matrix (for m nodes) of values for two taits at internal nodes in the tree - if not supplied, these values will be estimated using fastAnc.label="radial"), horizontally label="horizontal", or not at all "off". label=TRUE and label=FALSEcol.edge: a vector of edge colors; and col.node: a vector of node colors.xlim, ylim, xlab, ylab, lwd, colors, fsize, and node.by.map. colors is only used when there is tree<-pbtree(n=25)
X<-fastBM(tree,nsim=2)
phylomorphospace(tree,X,xlab="trait 1",ylab="trait 2")Run the code above in your browser using DataLab