Re: [R] Problem with "different" proj4string that are actually identical

2015-03-20 Thread MacQueen, Don
), but I got the same error message. >Would you have any other ideas? >Thanks a lot, >Lenaig > >From: MacQueen, Don [macque...@llnl.gov] >Sent: Friday, March 20, 2015 8:23 AM >To: Hemery, Lenaig; r-help@R-project.org >Subject: Re: [R

Re: [R] Problem with "different" proj4string that are actually identical

2015-03-20 Thread Hemery, Lenaig
other ideas? Thanks a lot, Lenaig From: MacQueen, Don [macque...@llnl.gov] Sent: Friday, March 20, 2015 8:23 AM To: Hemery, Lenaig; r-help@R-project.org Subject: Re: [R] Problem with "different" proj4string that are actually identical This questio

Re: [R] Problem with "different" proj4string that are actually identical

2015-03-20 Thread MacQueen, Don
This question would be better asked on r-sig-geo. Here are some things to try (type at the R prompt): proj4string(spCro) == proj4string(paramdf) Does it return TRUE or FALSE? Or, instead of using summary(), directly inspect the proj4strings: proj4string(spCro) proj4string(paramdf) If th

[R] Problem with "different" proj4string that are actually identical

2015-03-19 Thread Hemery, Lenaig
Dear everybody I am trying to run an Ecological Niche Factor Analysis (enfa) with the package "adehabitatHS" but before I do so, I want to test the significance of its parameters marginality and tolerance, by using the function niche.test() that runs a Monte Carlo test. I used to do that with th