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
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
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
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 <-
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
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
6 matches
Mail list logo