Re: [R] sas.get function in Hmsic 3.4-4 vs. 3.0-12

2008-12-13 Thread Larry Ma
iginal Message - From: "Daniel Nordlund" To: Sent: Saturday, December 13, 2008 6:24 AM Subject: Re: [R] sas.get function in Hmsic 3.4-4 vs. 3.0-12 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Larry Ma Sent: Frid

[R] sas.get function in Hmsic 3.4-4 vs. 3.0-12

2008-12-12 Thread Larry Ma
Dear R Users, I have just installed R 2.8 today and also updated the Hmisc package to the latest 3.4-4 version. However, the sas.get function no longer works in the new Hmsic 3.4-4. Below is a sample code and output from the old and new, but the old one worked. Can someone tell me how sas.ge

Re: [R] How to Break Axis in Lattice Plot

2008-12-11 Thread Larry Ma
--- Original Message - From: "Deepayan Sarkar" To: "Larry Ma" Cc: Sent: Wednesday, December 10, 2008 3:44 PM Subject: Re: [R] How to Break Axis in Lattice Plot You can use shingles: see (compare to Figure 10.15) http://lmdvr.r-forge.r-project.org/figures/figures.html?

[R] How to Break Axis in Lattice Plot

2008-12-10 Thread Larry Ma
Dear All, I have searched the following problem in the R help achives, and there did not seem to be solutio for it. The problem is how to break the axis in the xyplot (lattice plot). I read the posts using the package plotrix, buy it doesn't work with the xyplot, which is lattice based. A