Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 329 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 329 Bytes

=======

SoilMoisturePattern

R Package for analysing Soil Moisture Pattern

  • Mean relative difference

How to start

First install the package with:

install.packages("devtools")
library(devtools)
install_github("JBrenn/SoilMoisturePattern")

and then import the library with:

library(SoilMoisturePattern)