Displaying 1 result from an estimated 1 matches for "n4648669".
2012 Nov 07
1
change colour of geom_step by scale_colour_manual
...panel.grid.major = theme_line(size =
0.5, colour = '#FFFFFF'),
panel.grid.minor = theme_line(colour =
NA) # colour = NA to suppress gridlines, reappear if colour='black'
)
<http://r.789695.n4.nabble.com/file/n4648669/step_plot_in_default_color.png>
[version 2- producing wrong colour]
#try greyScale, didn't work
all <-qry_r3_AFF0_CumRate_pooled
all <- subset(all, trt_label %in% c('ace','ctrlAM','met'))
greyScale <-c("grey15","grey30","grey45"...