From nalani.ludington at gmail.com Tue Feb 2 17:22:31 2016 From: nalani.ludington at gmail.com (Nalani Ludington) Date: Tue, 2 Feb 2016 08:22:31 -0800 Subject: [tlocoh-info] Coding error when creating isopleths Message-ID: Hello all, While working through the tlocoh tutorial (using my own data) I ran into an error that I can't interpret. I was hoping someone else may have encountered this error, or can explain where my problem is. Everything in the code works great until this step when isopleths are created for the hullset. > B54.lhs <- lhs.iso.add(B54.lhs) Merging hulls into isopleths B54.pts6003.k6.s0.019.kmin0 Sorting hulls by area...Done. Unioning hulls Error in get("hulls2iso.rgeos", 1) : object 'hulls2iso.rgeos' not found If it would be helpful, I would be happy to provide an example of my data and, or, my code. Thank you for your time and help! Sincerely, Nalani Nalani Ludington Humboldt State University Wildlife Department 1 Harpst St. Arcata, CA 95521 nalani.ludington at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From lyons.andy at gmail.com Tue Feb 2 17:49:50 2016 From: lyons.andy at gmail.com (Andy Lyons) Date: Tue, 2 Feb 2016 08:49:50 -0800 Subject: [tlocoh-info] Coding error when creating isopleths In-Reply-To: References: Message-ID: <56B0DE2E.70809@gmail.com> Dear Nalani, You've encountered a bug in the package. Please update the package to version 1.40 (or later), and it should work. Cheers, Andy ## Check package version packageVersion("tlocoh") ## Update package (if the package is already loaded, you may need to detach it or restart R to update) update.packages(oldPkgs="tlocoh", repos="http://R-Forge.R-project.org") On 2/2/2016 8:22 AM, Nalani Ludington wrote: > Hello all, > > While working through the tlocoh tutorial (using my own data) I ran > into an error that I can't interpret. I was hoping someone else may > have encountered this error, or can explain where my problem is. > Everything in the code works great until this step when isopleths are > created for the hullset. > > > B54.lhs <- lhs.iso.add(B54.lhs) > Merging hulls into isopleths > B54.pts6003.k6.s0.019.kmin0 > Sorting hulls by area...Done. > Unioning hulls > Error in get("hulls2iso.rgeos", 1) : object 'hulls2iso.rgeos' not found > > If it would be helpful, I would be happy to provide an example of my > data and, or, my code. Thank you for your time and help! > > Sincerely, > Nalani > Nalani Ludington > Humboldt State University > Wildlife Department > 1 Harpst St. Arcata, CA 95521 > nalani.ludington at gmail.com > > > > _______________________________________________ > Tlocoh-info mailing list > Tlocoh-info at lists.r-forge.r-project.org > http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/tlocoh-info -------------- next part -------------- An HTML attachment was scrubbed... URL: