Hi,
In case someone else has a similar question, based on some experimenting
the addition of cex in the end quote of the main=" ", cex=0.65 provided
what I needed to control the font for the title, labels on X and scale
labels on Y. In multiplots in one page Splus brings cex internal default
to 0.5.
Aldi
Aldi Kraja wrote:
Hi,
Can someone tell how can I increase the fonts of the Y scale (right
now the default is 1.0 2.0 and 3.0 in a very tiny scale) and the size
of the letters for names (A B C D) of the variables in X axes?
Here is what I am running as default of splus:
par(mfrow = c(7, 2), cex = 1, tck = -0.03)
barplot(y1, names = c("A", "B", "C", "D"), ylim = c(0, 3.), col =
c(2, 3, 5, 7), xlab = " ",
main = "First title goes here")
etc.
TIA,
Aldi
|