Dear Prof. Ripley, > -----Original Message----- > From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] > Sent: Monday, March 02, 2009 3:05 PM > To: Rau, Roland > Cc: r-help@r-project.org > Subject: Re: [R] Bold Face in Plot > > thestring <- "the-actual-string" > plot(0:1,0:1,type="n") > text(x=0.5, y=0.5, labels=thestring, font=2) >
thank you very much. Using the font argument, I accomplished what I wanted to do. Thanks again, Roland ---------- This mail has been sent through the MPI for Demographic Research. Should you receive a mail that is apparently from a MPI user without this text displayed, then the address has most likely been faked. If you are uncertain about the validity of this message, please check the mail header or ask your system administrator for assistance. ______________________________________________ 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.