Displaying 2 results from an estimated 2 matches for "hcass2".
2010 Jun 13
1
Finding an order for an hclust (dendrogram) object without intersections
Hello all,
I manually created an hclust object.
Now I am looking to reorder the leafs so they won't intersect with each
other, and would be happy for advises on how to do that.
Here is an example code:
#-------------------------------------
a <- list() # initialize empty object
# define merging pattern:
# negative numbers are leaves,
# positive are merged clusters (defined by row
1998 Sep 11
1
R-beta: cannot make R
...gcc -g -O2 -fpic -I/export/home/aa/Pkg/R-0.62.2/include -c dblcen.c
gcc -g -O2 -fpic -I/export/home/aa/Pkg/R-0.62.2/include -c dist.c
f77 -fpic -c hclust.f -o hclust.o
f77: Warning: Option -fpic passed to ld, if ld is invoked, ignored otherwise
hclust.f:
hclust:
ioffset:
hcass2:
ld -G -o mva.so dblcen.o dist.o hclust.o
R
help
DONE (mva)
DONE (INSTALL)
Installing package `stepfun' ...
R
help
DONE (stepfun)
DONE (INSTALL)
Creating front-end shell script
You should
make docs
now, or at least
make help
Building ALL documentation (help, HTML, LaTeX)
....