[R] Converting strings with internal delimiters into lists

2005-08-11 Thread shelby berkowitz
to the appropriate functions or a line of code! Best, Shelby __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] Converting strings with internal delimiters into lists

2005-08-11 Thread shelby berkowitz
yes, that does it. thanks! --- Thomas Lumley [EMAIL PROTECTED] wrote: On Thu, 11 Aug 2005, shelby berkowitz wrote: Hi UserRs, I know that there has to be an easy way to do this in R (probably easy enough that once someone clues me in I'll smack myself on the forehead

RE: [R] r under linux: creating high quality bmp's for win users

2005-03-22 Thread Shelby
to imagemagick or anything else - just enough to see that it does what it says it does. === Shelby L. Berkowitz Ecological-Community Psychology and Institute for Health Care Studies Michigan State University [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED

RE: [R] Problem with plotting size/location on variation of star/segment plot

2005-03-07 Thread Shelby Berkowitz
, scale=F, draw.segments = TRUE, add=T, lty=1, col.segments=0,lwd=1.5) stars(mingrid, locations = 0:1, scale=F, draw.segments = TRUE, add=T, lty=2, col.segments=0,lwd=1) ###rinse and repeat as needed Warmly, Shelby -Original Message- From: Uwe Ligges [mailto:[EMAIL PROTECTED] Sent

[R] Problem with plotting size/location on variation of star/segment plot

2005-03-05 Thread Shelby Berkowitz
, scale=F, draw.segments = TRUE, add=T, lty=1, col.segments=0) stars(mingrid, locations=0:1, scale=F, draw.segments = TRUE, add=T, lty=2, col.segments=0)} par(mfrow=c(1,1)) ##end sample code Thank you, Shelby === Shelby L. Berkowitz Ecological-Community Psychology