I'm doing this scatter plot and it's almost what I want. What I would
like to change is to have the X axis (the lipid_adj_pcb_cent variable)
be plotted in percentiles not the variable values. Here's the code I
currently using:
xyplot(zawgt_sk_cent ~ lipid_adj_pcb_cent, panel=function(x,y){
panel.xyplot(x,y)
panel.lmline(x,y)}, auto.key=TRUE, data=centered, na.strings="",
fontfamily = "HersheySans" , scales = list( tick.number = 10))
--
Dean Sonneborn
Programmer Analyst
Department of Public Health Sciences
University of California, Davis
(916) 734-6656
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html