Manuel_Spinola <mspinola10 at gmail.com> writes:
I would like to know of any R package that can be used for modeling species distribution with presence-only data using log-Gaussian Cox process.
The 'spatstat' package fits these models using the function 'kppm'
Example:
fit <- kppm(X ~ terms, clusters="LGCP")
See the help for function 'kppm'.
It is also extensively documented in Chapter 12 of the spatstat book (book.spatstat.org)
Adrian Baddeley