Displaying 6 results from an estimated 6 matches for "vln".
Did you mean:
van
2004 Mar 12
1
plot.dendrogram and expressions
...lot with `text'. Is there
a specific reason to do so (expect for the determination of the size of
the character string to be plotted)? Otherwise one could plot the
attributes directly via
diff dendrogram.R /usr/src/R/src/library/stats/R/dendrogram.R
317c317
< text(xBot, yBot + vln, attr(child,"label"))
---
> text(xBot, yBot + vln, nodeText)
337c337
< text(mx, my, attr(child, "edgetext"))
---
> text(mx, my, edgeText)
344c344
< text(xBot, my, attr(child, "edgetext"))
---
>...
2005 Oct 23
1
Coloring leaves, twigs and labels in plot.dendrogram()
...g...
segmentsHV(xTop, yTop, xBot,
yTop)
segmentsHV(xBot, yTop,
xBot, yBot, col = twig.col[leafcounter])
leafcounter <- leafcounter
+ 1
}else{
segmentsHV(xTop, yTop, xBot,
yTop)
segmentsHV(xBot, yTop,
xBot, yBot)
}
}
}
vln <- NULL
if (is.leaf(child) && leaflab == "textlike") {
nodeText <- asTxt(attr(child, "label"))
if (getOption("verbose"))
cat("-- with \"label\"", format(nodeText))...
2011 Jan 25
1
dendrogram plot does not draw long labels ?
Hello,
It seems that the plot function for dendrograms does not draw labels when
they are too long.
> hc <- hclust(dist(USArrests), "ave")
> dend1 <- as.dendrogram(hc)
> dend2 <- cut(dend1, h=70)
> dd <- dend2$lower[[1]]
> plot(dd) # first label is drawn
> attr(dd[[1]], "label") <- "aaaaaaaaaaaaaaaaaa"
> plot(dd) # first label is
2008 Apr 24
0
R crashes while running a positive checked script (PR#11264)
...BDA 76 6C 17 A5 76 6C 96 A4 76 6C 96 A4 76 6C 96 A4 vl?vl??vl??vl??
6C930BEA 76 6C 17 A5 76 6C 61 72 67 75 6D 65 6E 74 73 20 vl?vlarguments
6C930BFA 6D 75 73 74 20 62 65 20 73 79 6D 62 6F 6C 69 63 must be symbolic
6C930C0A 00 00 D6 AC 76 6C 9D A6 76 6C 4E AB 76 6C 9D A6 ..??vl??vlN?vl??
6C930C1A 76 6C 3E AB 76 6C 9D A6 76 6C 4E AB 76 6C 9D A6 vl>?vl??vlN?vl??
6C930C2A 76 6C 9D A6 76 6C 1F AB 76 6C 1F AB 76 6C 9D A6 vl??vl?vl?vl??
6C930C3A 76 6C 9D A6 76 6C 1F AB 76 6C 1F AB 76 6C 1F AB vl??vl?vl?vl?
6C930C4A 76 6C 1F AB 76 6C 4E AB 76 6C 9D A6 76 6C 1F A...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...UFCKIbSM(x8_7d^u~B
zj<VsY=zaW62li`aV45tBqG13UbVLh1IQ8_s5r=p~OeHpSuLj at E)^Zs$l^V{y6Yuk;
zQ1$VZGWtLFz{%O}fdj4jxd)D@@=gzvC#Z?HAZ;aBZzN%3CHNoKN!L*48_l$vt9
z*gg~XgF)Rg2rsHRl`g~HTQ--S=b|69Du_3}$TYF)4qjW8JD4~~(JB$1- at 6a_^uQ%l
zcr|>N6f}rJ6oY^>p)+mKg65ECHZy)9_i8wV+m;Lh(EGS9Urs<}<WjUVLNDV5g$LmX
zu1r1jJ_{9_6R0Hfkde6<LbeXkh33K=Mjq(8<X2qXeoYtVdIjUJki}n#D4TfbE9efs
zssZ(zO4aUv>S}aYXQu)EKe`$%CgH%L1S)yQqA?bo_;lK$?ZDT=Ai-tR_ocN!mQ-mX
z3vA{-&zAuaN6=txNG1`R5xA26E-$B^mIYflk{rr;VZ~V?*Q#FZH1y^8uVjS2X53jt
zuKZu1k-uWRPZ$aLe})r$%{X(IuV9P&?Xg#%#sBtYRPk9r(#OeBc?b!Z+GK3~$cXF$
zSq|F7...
2008 Feb 01
1
problems with link_to_remote and send_file
Hi everyone,
I working on an app that at some point generates an xls report(charts,
summary lines, etc) and sends it to the user.
If i use link_to everything works fine; however when change to
link_to_remote so i can make an ajax call it doesn;t seam to work ( i
do not get the save/open dialog box)
def exp_to_excel_2003
@filepath = "#{RAILS_ROOT}/public/files/Metrics Report.xls"