Skip to content

Commit

Permalink
ReadME cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
William Augustine McLean authored and William Augustine McLean committed Oct 10, 2024
1 parent f12601c commit 16a01b3
Show file tree
Hide file tree
Showing 9 changed files with 382 additions and 192 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^\.github$
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
56 changes: 56 additions & 0 deletions README.Rmd
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")
```

33 changes: 33 additions & 0 deletions README.md
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%" />
117 changes: 70 additions & 47 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 16a01b3

Please sign in to comment.