Displaying 3 results from an estimated 3 matches for "eatable".
Did you mean:
atable
2008 Jan 27
4
[OT] vernacular names for circular diagrams
...t; this kind of graphic? How do you call it?
>
> Best,
>
> Jean
Thanks to all who replied either privately or on the list. I have
summarized the answers at the beginning of the following document:
http://pbil.univ-lyon1.fr/members/lobry/R/diaposcam.pdf
Let me know if you have more eatable examples.
Best,
Jean
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 27 56 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2015 May 20
0
Probably a "bug" in the dendextend package
...roper functional (*and* more efficient!) language
d2 <- set(dend, branches_lty = 1:2, branches_col = c("1","2"))
str(unclass(d2))
[... what should col = "1" mean ??
a more convincing example would use col = c("tomato", "orange")
(using ``eatable colors'' just for fun) [
Currently, I don't see a bug in R's dendrogram code
but rather in your package.
> Possible solution
> ==============
> The simplest (and backward) compatible solution I can think of is to edit
> the function:
> stats:::p...
2015 May 18
2
A "bug" in plot.dendrogram - can't plot lty with character color
The problem:
===========
Once a dendrogram has a branch with both a line type AND a color (which is
a character color), the plot.dendrogram function will not plot and return
an error.
I say this is a bug because (I believe), we would like a dendrogram to be
able to use character colors, while also allowing control over line types.
This e-mail includes an example, and what I think a solution