Displaying 4 results from an estimated 4 matches for "textsize".
Did you mean:
rtextsize
2008 Sep 26
2
adjusting textsize and spacing in mosaic (vcd package)
I'm trying to find a way to change the font size in a mosaic plot (the
grid version, not the base graphics one).
Here's an example to demonstrate:
#Basic plot
library(vcd)
mosaic(HairEyeColor, shade = TRUE)
#Bad first guess: this stops the default cell colouring, and doesn't
change the font size
mosaic(HairEyeColor, shade = TRUE, gp=gpar(fontsize=16))
#This successfully changes
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 01/13] HV VM Fix map area for HV.
plain text document attachment (hvvm.patch)
OK, some explaination is needed here. The goal of lguest with paravirt
ops, is to have one kernel that can be loaded both as a host and a guest.
To do this, we need to map an area in virtual memory that both the host
and guest share. But I don't want any conflicts with the guest.
One solution is just to do a single area for boot up, and then
use the
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 01/13] HV VM Fix map area for HV.
plain text document attachment (hvvm.patch)
OK, some explaination is needed here. The goal of lguest with paravirt
ops, is to have one kernel that can be loaded both as a host and a guest.
To do this, we need to map an area in virtual memory that both the host
and guest share. But I don't want any conflicts with the guest.
One solution is just to do a single area for boot up, and then
use the
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...36. Acceptance rate in metrop (Xia Wang)
37. Re: turning comma separated string from multiple choices into
flags (Peter Dalgaard)
38. ggplot 2 - editing in the "panel_1_1" viewport (Pedro Barros)
39. Sending Notes email out of R under windows (popsmelove)
40. Re: adjusting textsize and spacing in mosaic (vcd package)
(Richard.Cotton at hsl.gov.uk)
41. multiple page pdf file using pdf() (Kyle Matoba)
42. Re: Trend graph (Greg Snow)
43. Re: multiple page pdf file using pdf() (Peter Dalgaard)
44. Re: superimpose histogram on biplot (Kevin Wright)
45. Re: efficien...