An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-ecology/attachments/20130417/4bb48738/attachment.pl>
Any R packages equivalent to Fragstats?
5 messages · Bruce Miller, Sarah Goslee, Philippi, Tom +1 more
Hi Bruce, Searching for FRAGSTATS at www.rseek.org will get you a couple of options. Sarah
On Wed, Apr 17, 2013 at 1:22 PM, Bruce Miller <batsncats at gmail.com> wrote:
Hi all, Any/*R*/ packages that include the equivalent of FRAGSTATS for fragmentation indices? Tnx Bruce
Sarah Goslee http://www.functionaldiversity.org
Is this what you're looking for? http://r-sig-geo.2731867.n2.nabble.com/Fragstats-in-R-td5470347.html http://cran.r-project.org/web/packages/SDMTools/SDMTools.pdf Cheers, Roman
On Wed, Apr 17, 2013 at 7:22 PM, Bruce Miller <batsncats at gmail.com> wrote:
Hi all,
Any/*R*/ packages that include the equivalent of FRAGSTATS for
fragmentation indices?
Tnx
Bruce
[[alternative HTML version deleted]]
_______________________________________________ R-sig-ecology mailing list R-sig-ecology at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-ecology
-- In God we trust, all others bring data.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-ecology/attachments/20130417/6212df2e/attachment.pl>
Another great tool for searching R related contents is the `sos` package.
library(sos)
findFn("fragstats")
returns 3 hits.
Cheers,
Roman
On Wed, Apr 17, 2013 at 7:27 PM, Sarah Goslee <sarah.goslee at gmail.com> wrote:
Hi Bruce, Searching for FRAGSTATS at www.rseek.org will get you a couple of options. Sarah On Wed, Apr 17, 2013 at 1:22 PM, Bruce Miller <batsncats at gmail.com> wrote:
Hi all, Any/*R*/ packages that include the equivalent of FRAGSTATS for fragmentation indices? Tnx Bruce
-- Sarah Goslee http://www.functionaldiversity.org
_______________________________________________ R-sig-ecology mailing list R-sig-ecology at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-ecology
In God we trust, all others bring data.