Displaying 1 result from an estimated 1 matches for "compupt".
Did you mean:
comput
2004 Jul 19
1
Dendrogram plotting options?
...n plotting a hclust object. I can't seem to find
information on how to change the default output of a "hanging" style
tree with the axis on the right to a left-to-right plot with and axis
on the bottom. Example code follows:
library(vegan) #loads the "vegan" module that compuptes ANOSIM
library(cluster)
community <- read.csv("ANOSIMmites.csv", header=TRUE) #reads the data
file into memory under the name "community"
enviro <- read.csv("ANOSIMenv.csv", header=TRUE) #reads the grouping
variables into memory
attach(enviro)
attach(communit...