Re: [R] Java API to pass commands to R console from Java Program

2010-05-17 Thread NewRUser
ay 15, 2010 at 7:45 PM, Cedrick Johnson-3 [via R] < ml-node+2218202-839786028-264...@n4.nabble.com > wrote: > You could take a look at RServe on r-forge, perhaps that's what you're > looking for? > > -c > > > On 5/14/2010 4:03 PM, NewRUser wrote: > > > >

[R] Java API to pass commands to R console from Java Program

2010-05-15 Thread NewRUser
Hi all, I am a new user of R and we have to integrate R into Java. I have downloaded and installed R and rJava/JRI and set up the environment. I was able to run the rTest java programs successfully. I have to automate the process involving R. I have the following question regarding it. Instead

[R] polygon overlap in multidimensional space

2007-11-14 Thread newRuser
Hi, I was wondering if there is any function in R that can be used to check for overlapping polygons in multidimensional space? I've used overlap.xypolygon for 2D, but what if I want to check, for example, in 5D? Any help would be greatly appreciated! Thanks, new