Manuel_Spinola <[email protected]> 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

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to