-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changing package name to lower-script r
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Rgrowth | ||
# rgrowth | ||
Post-disturbance regrowth monitoring using Landsat Time Series (LTS). | ||
|
||
`bfastSpatial` is required for `Rgrowth`. Both can be installed using `devtools`: | ||
`bfastSpatial` is required for `rgrowth`. Both can be installed using `devtools`: | ||
|
||
``` | ||
library(devtools) | ||
install_github('dutri001/bfastSpatial') | ||
install_github('bendv/Rgrowth') | ||
library(Rgrowth) | ||
install_github('bendv/rgrowth') | ||
library(rgrowth) | ||
``` | ||
|
||
A short tutorial is available [here](http://bendv.github.io/Rgrowth). At the moment, the tutorial only covers single-pixel time series. Check back later for updates to the tutorial, including a mapping component! | ||
A short tutorial is available [here](http://bendv.github.io/rgrowth). At the moment, the tutorial only covers single-pixel time series. Check back later for updates to the tutorial, including a mapping component! |