[R] Unexpected scrapeR result

2013-05-12 Thread Andrew Roberts
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\";>\nhttp://cran.r-project.org/web/packages/index.html I assume I have a problem with my libcurl setup... Any pointers to fixing this? Andrew Andrew Roberts Oswestry UK [[alternative HTML version deleted]] ___

[R] subplot (Hmisc) and radial.plot (plotrix) problem

2013-02-15 Thread Andrew Roberts
end up below the plot area and even outside the plot window. It seems I have not understood something about the coordinate system, Is anyone able to shed any light on this? many thanks, Andrew Roberts # Example ### library(Hmisc) library(plotrix) library

[R] Axis mayhem in plot3d

2012-05-20 Thread Andrew Roberts
Wise people, I have a plot of age, vertebral level and depth of the spinal cord from the skin in children that I can interact with in sculpt3d: sculpt3d(Depth[,4],Depth$LevelNo,Depth$Depth,type="s",radius=.3, alpha=.5) decorate3d(axes=FALSE, box=FALSE,xlab="Age", ylab="Level",zlab="Depth") To m

Re: [R] odbcConnectExcelpel() fails to fetch all columns

2012-04-21 Thread Andrew Roberts
Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --- Sent from my phone. Please exc

[R] odbcConnectExcel() fails to fetch all columns

2012-04-20 Thread Andrew Roberts
Folks, Is there a parameter somewhere in RODBC that enables more columns to be retrieved from an Excel worksheet? # This next bit uses an undocumented call in RODBC z <- odbcConnectExcel("./BBaselinePtQaires_apr2011.xls") BQ <- sqlFetch(z, "BBaselinePtQaires") Gives me: z RODBC[1] And BQ 1

Re: [R] splitting strings efficiently

2012-01-08 Thread Andrew Roberts
"456" "456" "456" "456" "456" "456" [8] "456" "456" > res[ii+2] ## C [1] "789" "789" "789" "789" "789" "789" "789" [8] "789" "789"

[R] splitting strings effriciently

2012-01-08 Thread Andrew Roberts
data$IPB[i] <-lst[[2]] data$IPC[i] <-lst[[3]] data$IPD[i] <-lst[[4]] rm(lst) } Andrew Andrew Roberts Children's Orthopaedic Surgeon RJAH, Oswestry, UK [[alternative HTML version deleted]] __ R-help@r-project.org mailin