-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
William Augustine McLean
authored and
William Augustine McLean
committed
Oct 10, 2024
1 parent
f12601c
commit 16a01b3
Showing
9 changed files
with
382 additions
and
192 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
^\.github$ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^README\.Rmd$ |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ Type: Package | |
Title: Water Balance Summary | ||
Version: 0.1.0 | ||
Maintainer: Billy McLean <[email protected]> | ||
Description: Create water balance plots, seasonal error plots, compare well water level with soil moisture from baggregated meteorological data. | ||
Description: Create water balance plots, seasonal error plots, compare well water level with soil moisture from aggregated meteorological data. | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.3.2 | ||
|
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
output: github_document | ||
--- | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
```{r, include = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
fig.path = "man/figures/README-", | ||
out.width = "100%" | ||
) | ||
``` | ||
|
||
# WaterBalanceSummary | ||
|
||
<!-- badges: start --> | ||
|
||
<!-- badges: end --> | ||
|
||
The goal of WaterBalanceSummary is to create water balance plots, seasonal error plots, compare well water level with soil moisture from aggregated meteorological data. | ||
|
||
## Installation | ||
|
||
You can install the development version of WaterBalanceSummary from [GitHub](https://github.com/) with: | ||
|
||
``` r | ||
# install.packages("pak") | ||
pak::pak("lynker-spatial/WaterBalanceSummary") | ||
``` | ||
|
||
#### You can use this package to produce detailed figures for analysis of your model compared to real world data. | ||
|
||
```{r, echo=FALSE} | ||
knitr::include_graphics(c("vignettes/images/CorrPlotExample.png", "vignettes/images/WWLvsSTR_Example.png")) | ||
``` | ||
|
||
#### To visualize the water balance of a basin | ||
|
||
```{r, echo=FALSE} | ||
knitr::include_graphics("vignettes/images/ExampleBalancePlot.png") | ||
``` | ||
|
||
#### And to locate where model data and real world data do and do not align | ||
|
||
```{r, echo=FALSE} | ||
knitr::include_graphics("vignettes/images/ExampleSeasonPlot.png") | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
# WaterBalanceSummary | ||
|
||
<!-- badges: start --> | ||
<!-- badges: end --> | ||
|
||
The goal of WaterBalanceSummary is to create water balance plots, | ||
seasonal error plots, compare well water level with soil moisture from | ||
aggregated meteorological data. | ||
|
||
## Installation | ||
|
||
You can install the development version of WaterBalanceSummary from | ||
[GitHub](https://github.com/) with: | ||
|
||
``` r | ||
# install.packages("pak") | ||
pak::pak("lynker-spatial/WaterBalanceSummary") | ||
``` | ||
|
||
#### You can use this package to produce detailed figures for analysis of your model compared to real world data. | ||
|
||
<img src="vignettes/images/CorrPlotExample.png" width="100%" /><img src="vignettes/images/WWLvsSTR_Example.png" width="100%" /> | ||
|
||
#### To visualize the water balance of a basin | ||
|
||
<img src="vignettes/images/ExampleBalancePlot.png" width="100%" /> | ||
|
||
#### And to locate where model data and real world data do and do not align | ||
|
||
<img src="vignettes/images/ExampleSeasonPlot.png" width="100%" /> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.