Re: [R] R Commander options

2011-12-29 Thread John Fox
o:r-help-bounces@r- > project.org] On Behalf Of Michael Schmidt > Sent: December-28-11 2:12 PM > To: r-help@r-project.org > Subject: Re: [R] R Commander options > > Folks, > Thanks for the help and I've used it as follows. I've created a > .Rprofile file in my h

Re: [R] R Commander options

2011-12-28 Thread John Fox
Dear Michael, > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Michael Schmidt > Sent: December-28-11 2:12 PM > To: r-help@r-project.org > Subject: Re: [R] R Commander options > > Folks, > Thanks fo

Re: [R] R Commander options

2011-12-28 Thread Michael Schmidt
Folks, Thanks for the help and I've used it as follows. I've created a .Rprofile file in my home directory and placed the following code in it: options(Rcmdr = list(default.font="*helvetica-medium-r-normal-*-15*", log.font.size = 15, log.width = 54, log.height = 6, output.height = 18, scale.fact

Re: [R] R Commander options

2011-12-27 Thread John Fox
rger > Sent: December-27-11 5:41 PM > To: Michael Schmidt > Cc: r-help@r-project.org > Subject: Re: [R] R Commander options > > It is very easy. > > Here is my Projector() function from library(RcmdrPlugin.HH) > > Projector <- function() { > Rcmdr <-

Re: [R] R Commander options

2011-12-27 Thread Richard M. Heiberger
It is very easy. Here is my Projector() function from library(RcmdrPlugin.HH) Projector <- function() { Rcmdr <- options()$Rcmdr Projector.options <- list(log.font.size = 15, log.width = 54, log.height = 6, output.height = 18, scale.factor = 1.4) Rcmd

[R] R Commander options

2011-12-27 Thread Michael Schmidt
I realize this is basic, but I can't figure out the syntax for setting options for R Commander. I'm running Linux Mint and want to increase the R Commander font sizes. I see that there are (apparently command line) options to do so. I have a desktop launcher with the following command line: sh