On Oct 7, 2011, at 11:15 AM, Dan Abner wrote:
Hi everyone,
How does one suppress only the x-axis tick mark labels (not the tick
marks
themselves, I want those and the entire y-axis labels and marks) in
the
plot() fn?
Perhaps:
xaxt="n"
(Followed by an axis call to put the x-ticks in.)
--
David Winsemius, MD
West Hartford, CT
______________________________________________
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.