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
- Host: GitHub
- URL: https://github.com/predictiveecology/firesenseutils
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2020-04-03T03:10:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:22:54.000Z (over 1 year ago)
- Last Synced: 2025-02-08T00:26:08.726Z (over 1 year ago)
- Language: R
- Size: 928 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fireSenseUtils
[](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
```