Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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
- Host: GitHub
- URL: https://github.com/cran/spatialkernel
- Owner: cran
- License: other
- Created: 2014-03-13T06:23:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T13:15:19.000Z (over 7 years ago)
- Last Synced: 2024-08-01T00:37:59.518Z (3 months ago)
- Language: C
- Homepage:
- Size: 5.88 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE.note
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")
```