Re: [R] Q about package Icens: change the color of the shading in plot function

2010-08-30 Thread Mendolia, Franco
___ From: David Winsemius [dwinsem...@comcast.net] Sent: Monday, August 30, 2010 10:41 PM To: David Winsemius Cc: Mendolia, Franco; r-help@r-project.org Subject: Re: [R] Q about package Icens: change the color of the shading in plot function On Aug 30, 2010, at 11

Re: [R] Q about package Icens: change the color of the shading in plot function

2010-08-30 Thread David Winsemius
On Aug 30, 2010, at 11:25 PM, David Winsemius wrote: On Aug 30, 2010, at 10:58 PM, Mendolia, Franco wrote: Hello! I want to use the Icens package for analyzing interval-censored data. This code from the manual gives me what I want. library(Icens) data(cosmesis) csub1 <- subset(cosmesis,

Re: [R] Q about package Icens: change the color of the shading in plot function

2010-08-30 Thread David Winsemius
On Aug 30, 2010, at 10:58 PM, Mendolia, Franco wrote: Hello! I want to use the Icens package for analyzing interval-censored data. This code from the manual gives me what I want. library(Icens) data(cosmesis) csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R)) e1 <- VEM(csub1) plot(e1)

[R] Q about package Icens: change the color of the shading in plot function

2010-08-30 Thread Mendolia, Franco
Hello! I want to use the Icens package for analyzing interval-censored data. This code from the manual gives me what I want. library(Icens) data(cosmesis) csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R)) e1 <- VEM(csub1) plot(e1) However, I would like to change the color of the shading f