The Urban Forestry for R Package, or UFoR, has been meticulously designed to bridge the gap between urban forestry and cutting-edge technological tools. Whether you're an arborist, urban forester, researcher, or tree care professional, UFoR offers you user-friendly tools to transform and streamline your urban forestry tasks.
UFoR can be easily installed directly from GitHub with the help of the devtools package. Execute the following commands in R to begin your UFoR journey:
install.packages("devtools")
devtools::install_github("lukasgolson/UFoR")
Once the UFoR package is installed, simply load it into your R session using the library
function:
library(UFoR)
UFoR comes packed with a plethora of functions dedicated to urban forestry tasks. To get a quick overview of all available functions, you can use the help
function or sift through our extensive package documentation:
help(package = "UFoR")
Additionally, we have a Documentation Site that you can check out for additional explanations about the functions and theory behind them.
We encourage and value every form of contribution to UFoR. If you've identified a bug, have an idea for a feature, or simply want to help us improve UFoR, please don't hesitate to submit a pull request on GitHub. Let's work together to make UFoR better!
UFoR is licensed under the MIT License. For more information, please refer to our LICENSE file.
UFoR is a collaborative creation of Lukas Olson and Alexander Martin. We extend our deepest gratitude to the R community and the numerous contributors to open-source software. This project stands on the shoulders of their collective efforts and wouldn't have been possible without their relentless dedication and support."