search for: purb

Displaying 2 results from an estimated 2 matches for "purb".

Did you mean: pub
2010 Mar 04
2
Rows classification problem
Dear all, I have a table like this: > a <- read.csv("test.csv", header = TRUE, sep = ";") > a UTM pUrb pUrb_class 1 NF1885 20,160307 NA 2 NF1886 51,965649 NA 3 NF1893 26,009581 NA 4 NF1894 3,141484 NA 5 NF1895 64,296826 NA 6 NF1896 14,174068 NA 7 NF1897 40,9...
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()+