rbenvo
: Built Environment Objects for Point Pattern Data in
Rrbenvo
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).
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
if(!require(devtools)){
install.packages("devtools")
library(devtools)
}
install_github("apeterson91/rbenvo",dependencies = TRUE)
Examples and code contributions are welcome. Feel free to start/address a feature in the issue tracker and I’ll be in touch shortly.
Please note that rbenvo
is released with a Contributor Code of
Conduct. By contributing to this project, you agree to abide by its
terms.
A citation is in progress. Check back soon.
This work was developed with support from NIH grant R01-HL131610 (PI: Sanchez).