burnr

Basic tools to analyze forest fire history data (e.g. FHX) in R.
https://github.com/ltrr-arizona-edu/burnr

Category: Biosphere
Sub Category: Wildfire

Keywords

citation cran dendrochronology ecology forestfire plot r scientific statistics

Last synced: about 11 hours ago
JSON representation

Repository metadata

🔥 Forest fire history analysis in R.

README.Rmd

          ---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# burnr


[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/burnr)](https://cran.r-project.org/package=burnr)
[![Coverage Status](https://coveralls.io/repos/github/ltrr-arizona-edu/burnr/badge.svg?branch=master)](https://coveralls.io/github/ltrr-arizona-edu/burnr?branch=master)
[![R-CMD-check](https://github.com/ltrr-arizona-edu/burnr/workflows/R-CMD-check/badge.svg)](https://github.com/ltrr-arizona-edu/burnr/actions)
[![downloads](https://cranlogs.r-pkg.org/badges/burnr)](https://cran.r-project.org/package=burnr)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.594459.svg)](https://doi.org/10.5281/zenodo.594459)





Basic tools to analyze forest fire history data (e.g. FHX) in R. This is designed for power users and projects with special needs.

## Installation

You can install the released version of burnr from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("burnr")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("ltrr-arizona-edu/burnr")
```
## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(burnr)

# This gives you a basic plot. There are more advanced options. For example, we can color our plot by sample species.

data(lgr2_meta)

plot(lgr2,
  color_group = lgr2_meta$SpeciesID,
  color_id = lgr2_meta$TreeID,
  plot_legend = TRUE
)
```

## Support

Documentation is included in the code. If you're new to `burnr`, our [2018 paper in Dendrochronologia](https://doi.org/10.1016/j.dendro.2018.02.005) is a nice survey of the package with many examples. We also have instructional vignettes on the project website, . And you can work through examples, with included data, in an R project hosted by @chguiterman on GitHub: . We're working to enhance our instruction and add to these demos on the burnr website, so please send us requests for new tips and tricks, or create your own and share with us!


## Citation

Please cite the original `burnr` paper if you use it in your research: 

> Malevich, Steven B., Christopher H. Guiterman, and Ellis Q. Margolis (2018) [Burnr: Fire History Analysis and Graphics in R](https://www.sciencedirect.com/science/article/abs/pii/S1125786517301418?via%3Dihub). _Dendrochronologia_ 49: 9–15. DOI: 10.1016/j.dendro.2018.02.005.


Citations help us to identify user needs and justify additional time developing and maintaining `burnr`.


## Development

Please file bugs in the [bug tracker](https://github.com/ltrr-arizona-edu/burnr/issues).

Want to contribute? Great! We're following [Hadley's packaging workflow](https://r-pkgs.org/) and [style guide](https://style.tidyverse.org/). Fork away.

If you're not a developer, don't worry! We also welcome help with documentation and tutorials.

        

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 9 days ago

Total Commits: 441
Total Committers: 2
Avg Commits per committer: 220.5
Development Distribution Score (DDS): 0.202

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Brewster Malevich s****v@g****m 352
Chris Guiterman c****n@e****u 89

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 159
Total pull requests: 46
Average time to close issues: 9 months
Average time to close pull requests: 3 days
Total issue authors: 2
Total pull request authors: 2
Average comments per issue: 1.05
Average comments per pull request: 1.98
Merged pull request: 43
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ltrr-arizona-edu/burnr

Top Issue Authors

  • brews (136)
  • chguiterman (23)

Top Pull Request Authors

  • chguiterman (24)
  • brews (22)

Top Issue Labels

  • enhancement (82)
  • bug (66)
  • help wanted (9)
  • invalid (8)
  • good first issue (6)
  • documentation (3)
  • duplicate (2)

Top Pull Request Labels

  • bug (28)
  • enhancement (22)
  • documentation (1)

Package metadata

cran.r-project.org: burnr

Forest Fire History Analysis

  • Homepage: https://github.com/ltrr-arizona-edu/burnr/
  • Documentation: http://cran.r-project.org/web/packages/burnr/burnr.pdf
  • Licenses: GPL (≥ 3)
  • Latest release: 0.6.1 (published about 3 years ago)
  • Last Synced: 2025-04-29T07:01:52.225Z (1 day ago)
  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 308 Last month
  • Rankings:
    • Forks count: 7.999%
    • Stargazers count: 14.653%
    • Average: 19.832%
    • Dependent repos count: 24.3%
    • Downloads: 24.354%
    • Dependent packages count: 27.852%
  • Maintainers (1)

Dependencies

DESCRIPTION cran
  • R >= 3.2 depends
  • MASS * imports
  • forcats * imports
  • ggplot2 * imports
  • glue * imports
  • plyr * imports
  • reshape2 * imports
  • rlang * imports
  • stats * imports
  • stringr * imports
  • tidyr * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests

Score: 9.863706682524283