[R] contour(): Thickness contour labels
David L Carlson
dcarlson at tamu.edu
Mon Jan 23 16:29:51 CET 2012
Does adding font=2 (to select bold) work? See ?par - option font.
----------------------------------------------
David L Carlson
Associate Professor of Anthropology
Texas A&M University
College Station, TX 77843-4352
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Andy Richling
Sent: Saturday, January 21, 2012 12:04 PM
To: r-help at r-project.org
Subject: [R] contour(): Thickness contour labels
Hi,
I want to display some contour labels. It works well, but the thickness of
the label is to low. I tried the "labcex" command
contour(x,y,z, labcex=2)
But only the size is rising and not the thickness of labels. Only if i set
the value to "labcex=10" the thickness is good, but the size is to big, so
i can't see anything ;)
Is there any command to rise the thickness of contour labels like the
"lwd=??" command
for the width of lines?
Thanks for help :)
Andy
______________________________________________
R-help at 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.
More information about the R-help
mailing list