Displaying 3 results from an estimated 3 matches for "hungarian_hungary".
2008 Feb 21
1
linebreaks in mathplot
...possible to formulate "multi-line" expressions in plotmath? What
is the trick?
Or I should break txt into separate lines, and place the lines
independently using text and strheight()?
Thanks,
B?lint
--
> sessionInfo()
R version 2.6.1 (2007-11-26)
i386-pc-mingw32
locale:
LC_COLLATE=Hungarian_Hungary.1250;LC_CTYPE=Hungarian_Hungary.1250;LC_MONETARY=Hungarian_Hungary.1250;LC_NUMERIC=C;LC_TIME=Hungarian_Hungary.1250
attached base packages:
[1] grDevices graphics stats datasets utils methods base
other attached packages:
[1] JGR_1.5-8 iplots_1.1-1 JavaGD_0.4-3 rJava_0.5-1
--
B?l...
2008 Sep 18
1
PDF fonts problem
...ot;tryfont-LM.eps", family="LM")
grid.text("gg\u151hh\uF6ii\uF3jj kk\u171ll\uFCmm\uFAnn")
dev.off()
#same as CMS
After trying all this, I am out of ideas.
Could anyone suggest a solution?
> sessionInfo()
R version 2.7.2 (2008-08-25)
i386-pc-mingw32
locale:
LC_COLLATE=Hungarian_Hungary.1250;LC_CTYPE=Hungarian_Hungary.1250;LC_MONETARY=Hungarian_Hungary.1250;LC_NUMERIC=C;LC_TIME=Hungarian_Hungary.1250
attached base packages:
[1] datasets utils stats graphics grDevices splines grid
[8] methods base
other attached packages:
[1] ggplot2_0.6 colorspace_0....
2008 May 27
1
label outliers in geom_boxplot (ggplot2)
...ata.frame(num=rep(1,20), val=c(runif(19),3), name=letters[1:20])
>ggplot(dat, aes(y=val, x=num))+geom_boxplot(outlier.size=4,
outlier.colour="green")
>p
>p+geom_text(label=dat$name)
> sessionInfo()
R version 2.6.2 (2008-02-08)
i386-pc-mingw32
locale:
LC_COLLATE=Hungarian_Hungary.1250;LC_CTYPE=Hungarian_Hungary.1250;LC_MONETARY=Hungarian_Hungary.1250;LC_NUMERIC=C;LC_TIME=Hungarian_Hungary.1250
attached base packages:
[1] splines grid stats graphics grDevices utils datasets
[8] methods base
other attached packages:
[1] ggplot2_0.6 colorspace_0....