Displaying 2 results from an estimated 2 matches for "livret".
Did you mean:
livre
1999 Jun 01
0
" ERROR! Out of file structures" with smbd, and Arcserve IT on sm b share
...3] smbd/trans2.c:call_trans2findfirst(665)
call_trans2findfirst: dirtype = 22, maxentries = 3, close_after_first=1,
close_if_end = 0 requires_resume_key = 1 level = 260, max_data_bytes = 352
[1999/06/01 14:42:08, 3] lib/util.c:unix_clean_name(609)
unix_clean_name [/home/admin/labels/cd-rom/eft/livret.dsn]
[1999/06/01 14:42:08, 3] lib/util.c:unix_clean_name(609)
unix_clean_name [home/admin/labels/cd-rom/eft/livret.dsn]
[1999/06/01 14:42:08, 3] lib/util.c:unix_clean_name(609)
unix_clean_name [home/admin/labels/cd-rom/eft]
[1999/06/01 14:42:08, 3] smbd/dir.c:dptr_create(474)
creating new dir...
2006 Sep 22
1
Variable as color in a barplot
...ge'
> coul['RIH'] <- 'blue'
> coul['ROH'] <- 'lightblue'
And here's the barplot command I'm using :
> barplot(sort(L0$n), ylim=c(0,10), width=L0$p[order(L0$n)],
col=coul[L0$t[order(L0$n)]], main="Nombre de genres", sub="Livrets")
The barplot uses the sort() and order() functions to display ascending
bars with the right values. The width parameter works fine, but the
color doesn't. I get :
Erreur dans rect(y1, x1, y2, x2, ...) : nom de couleur incorrect
(error in rect(y1, x1, y2, x2, ...) : incorrect color na...