Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cran/spatialkernel

:exclamation: This is a read-only mirror of the CRAN R package repository. spatialkernel — Non-Parametric Estimation of Spatial Segregation in a Multivariate Point Process. Homepage: https://github.com/becarioprecario/spatialkernel Report bugs for this package: https://github.com/becarioprecario/spatialkernel/issues
https://github.com/cran/spatialkernel

Last synced: about 2 months ago
JSON representation

:exclamation: This is a read-only mirror of the CRAN R package repository. spatialkernel — Non-Parametric Estimation of Spatial Segregation in a Multivariate Point Process. Homepage: https://github.com/becarioprecario/spatialkernel Report bugs for this package: https://github.com/becarioprecario/spatialkernel/issues

Awesome Lists containing this project

README

        

# spatialkernel

[![Build Status](https://travis-ci.org/becarioprecario/spatialkernel.svg?branch=master)](https://travis-ci.org/becarioprecario/spatialkernel)
[![Build status](https://ci.appveyor.com/api/projects/status/5nlbm8gm3v644gp4?svg=true)](https://ci.appveyor.com/project/becarioprecario/spatialkernel)
[![codecov](https://codecov.io/gh/becarioprecario/spatialkernel/branch/master/graph/badge.svg)](https://codecov.io/gh/becarioprecario/spatialkernel)
[![CRAN](http://www.r-pkg.org/badges/version/spatialkernel)](https://cran.r-project.org/package=spatialkernel)
[![Downloads](http://cranlogs.r-pkg.org/badges/spatialkernel?color=brightgreen)](http://www.r-pkg.org/pkg/spatialkernel)

An R package for nonparametric estimation of spatial segregation in a multivariate point process. Contains functionality for edge-corrected kernel density estimation and binary kernel regression estimation for multivariate spatial point process data.

The original spatialkernel package has been archived from CRAN. This version
fixes failing checks, with the intention of having it restored to CRAN. Original import to github and fixes by @richierocks.

## Installation

You can install spatialkernel from github with:

``` r
# install.packages("devtools")
devtools::install_github("becarioprecario/spatialkernel")
```