Displaying 3 results from an estimated 3 matches for "do_dendwindow".
2004 Jul 02
2
hclust
im using plclust and want the labels to be different colors.
i took a look at getS3method("plot","hclust")
and saw a call to .Internal. i looked at the help on .Internal and dont
know where to go next. any help appreciated!
thanks,
rafael
2003 Sep 17
1
plot.hclust: dendrogram too large for window (PR#4197)
...done with hclust, method="median"
or method="centroid", and the dendrogram sometimes doesn't fit
within the window.
I propose the fix listed below.
src/main/
--- plot.c Wed Sep 17 01:03:39 2003
+++ plot.c.new Wed Sep 17 01:21:59 2003
@@ -3314,7 +3314,7 @@
SEXP do_dendwindow(SEXP call, SEXP op, SEXP args, SEXP env)
{
int i, imax, n;
- double pin, *ll, tmp, yval, *y, ymin, ymax, yrange;
+ double pin, *ll, tmp, yval, *y, ymin, ymax, yrange, m;
SEXP originalArgs, merge, height, llabels, str;
char *vmax;
DevDesc *dd;
@@ -3357,8 +3357,14 @@
l...
2000 Jan 17
1
lwd patches for "contour"
...uot;, do_strheight, 0, 11, 3, PP_FUNCALL},
{"strwidth", do_strwidth, 0, 11, 3, PP_FUNCALL},
! {"contour", do_contour, 0, 11, 6, PP_FUNCALL},
{"image", do_image, 0, 11, 5, PP_FUNCALL},
{"dend", do_dend, 0, 111, 6, PP_FUNCALL},
{"dend.window", do_dendwindow, 0, 111, 6, PP_FUNCALL},
--- 644,650 ----
{"identify", do_identify, 0, 11, 6, PP_FUNCALL},
{"strheight", do_strheight, 0, 11, 3, PP_FUNCALL},
{"strwidth", do_strwidth, 0, 11, 3, PP_FUNCALL},
! {"contour", do_contour, 0, 11, 7, PP_FUNCALL},
{"imag...