README.md

rbenvo: Built Environment Objects for Point Pattern Data in R

License: MIT Travis build status R build status

About

rbenvo is package of class (benvo) and methods for built environment data structures. They are designed to ease the use of working with these nonstandard data structures and improve interoperability with other R packages developing methods in this same space (see eg. rstapDP).

Installation

Development Version

As this package is under active development, it is currently only available via Github. In order to install rbenvo use the following lines of R code

```r if(!require(devtools)){ install.packages("devtools") library(devtools) }

install_github("apeterson91/rbenvo",dependencies = TRUE) ```

Contributing

Examples and code contributions are welcome. Feel free to start/address a feature in the issue tracker and I'll be in touch shortly.

Code of Conduct

Please note that rbenvo is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

How to cite this package

A citation is in progress. Check back soon.

Acknowledgments

This work was developed with support from NIH grant R01-HL131610 (PI: Sanchez).



Try the rbenvo package in your browser

Any scripts or data that you put into this service are public.

rbenvo documentation built on Nov. 18, 2020, 5:07 p.m.