Re: [R] Reducing of car package when loading

2016-02-02 Thread Brian Bolt
I am not sure what functions I use in car actually. I am dependent on the drc package which imports "car". The main drc function I use is "drm", along with "LL.4" https://cran.r-project.org/web/packages/drc/index.html <https://cran.r-project.org/web/packa

[R] Reducing of car package when loading

2016-01-29 Thread Brian Bolt
I have a non-CRAN package that has a large number of dependencies and as such, the memory footprint from loading my package in R is becoming larger. I use Rapache often to pre-load my package and provide web services for my code, so the consistent memory footprint is hurting other processes on

Re: [R] combining identify() and locator()

2009-03-02 Thread Brian Bolt
t;x",col=col) points(ptU2,pch=19,col="white") points(ptU,pch=19,col="white") } } } hits <- unique(c(hits,multhit,hit)) } return(li

Re: [R] combining identify() and locator()

2009-02-27 Thread Brian Bolt
awesome. Thank you very much for the quick response. I think this is exactly what I was looking for. -Brian On Feb 27, 2009, at 1:10 AM, Barry Rowlingson wrote: 2009/2/27 Brian Bolt : Hi, I am wondering if there might be a way to combine the two functions identify() and locator() such that

[R] combining identify() and locator()

2009-02-27 Thread Brian Bolt
Hi, I am wondering if there might be a way to combine the two functions identify() and locator() such that if I use identify() and then click on a point outside the set tolerance, the x,y coordinates are returned as in locator(). Does anyone know of a way to do this? Thanks in advance for

[R] combining identify() and locator()

2009-02-27 Thread Brian Bolt
Hi, I am wondering if there might be a way to combine the two functions identify() and locator() such that if I use identify() and then click on a point outside the set tolerance, the x,y coordinates are returned as in locator(). Does anyone know of a way to do this? Thanks in advance for