[R] How to bold items on a data frame?

2010-11-23 Thread Stephen Liu
Hi folks, I ran following commands to create a data file: Year - c(1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990) Yield - c(60, 50, 70, 70, 80, 50, 60, 40) Concentration% - c(30, 40, 50, 60, 70, 80, 90, 100) Temperature - c(56, 47, 53, 53, 56, 47, 44, 44) datafile -

Re: [R] How to bold items on a data frame?

2010-11-23 Thread Joshua Wiley
Hi Stephen, bold is presentation type idea, you can do it in reports (e.g., via Sweave in LaTeX with \textbf{} or \mathbf{}), or graphs from R (e.g., make your title bold: expression(bold(Your Title))), but it is not something you do in R itself. Some front ends to R or text editors may provide