Displaying 2 results from an estimated 2 matches for "tfam".
Did you mean:
team
2009 Jun 17
1
wrong results when apply+sum with missing values (NA)
...AR11
I 1 1 1 0 0 1 3 0 1 6
1
VII 0 1 2 1 0 2 16 1 0 12
35
XI 0 0 0 0 1 0 2 0 1 17
94
and then tried to sum again everything but the zeroes:
> apply(tfam>0,2,sum)
Micro Flavo Helio Pseud Rhodo Bdello Chloro
Syntro
1 2 2 1 1 2
3 1
Verruco Prochloro SAR11
2 3 3
but the sums doesn't add correctly!!! (see Helio = 2 when it should be 3)...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone,
I am an R-newby... so sorry for bothering you with simple-to-solve
questions;) I have the following issue: trying to add labels to my
scatterplots (with geom_dl in ggplot2). Everything works fine, but after
checking every resource I do not find a way to change the font size of my
labels. I tried size, cex, fontsize at every position... but it always stays
the same.
ggplot()+