An open API service indexing awesome lists of open source software.

https://github.com/predictiveecology/firesenseutils

Utilites for working with the 'fireSense' group of 'SpaDES' modules
https://github.com/predictiveecology/firesenseutils

Last synced: over 1 year ago
JSON representation

Utilites for working with the 'fireSense' group of 'SpaDES' modules

Awesome Lists containing this project

README

          

# fireSenseUtils

[![R build status](https://github.com/PredictiveEcology/fireSenseUtils/workflows/R-CMD-check/badge.svg)](https://github.com/PredictiveEcology/fireSenseUtils/actions)

The goal of `fireSenseUtils` is to ...

## Installation

You can install the development version of `fireSenseUtils` from GitHub with:

``` r
devtools::install_github("PredictiveEcology/fireSenseUtils")
```

## Example

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

``` r
library(fireSenseUtils)
## basic example code
```