Dear All

 

I am using the histogram() function to plot two subsets from my data on the
same output display, i.e. there are two histogram plots

 

My code is:

 

histogram( ~ Age | Date, layout = c(1, 2),

              xlab = "Age (years)",

strip = FALSE, strip.left = TRUE, col = "black",

border = "white", cex.axis = 1.1, family = "serif", cex.lab = 1.1)

 

However, the cex.axis and family = "" has no impact on the type of font
displayed for the axis labels. I wish to change the font to Times New Roman.
I also wish to change the ticks inwards and remove colour from the left
panel. Should I just use the hist() function?

 

R version is 2.10.0 on windows XP

 

Thank you

 

Conor

 

Conor Wilson
PhD student
Quercus
School of Biological Sciences
Queen's University Belfast
97 Lisburn Road
Belfast BT9 7BL

 Tel:  +44(0)28 9097 2066
Mob:+44(0)77 3243 2267

Fax: +44(0)28 9097 5877

Email: cwilso...@qub.ac.uk

Web: www.qub.ac.uk/sites/Quercus/AboutUs/Currentstaff/ConorWilson

 

 

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to