Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Jan 31, 2024
1 parent 7fa12b6 commit 05cac85
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ version + dependencies:
remotes::install_github("ncss-tech/aqp", dependencies=FALSE, upgrade=FALSE, build=FALSE)
```

Install suggested packages:

``` r
p <- c("colorspace", "ape", "soilDB", "latticeExtra", "tactile", "compositions",
"sharpshootR", "markovchain", "xtable", "testthat", "Gmedian",
"farver", "Hmisc", "tibble", "RColorBrewer", "scales", "digest",
"MASS", "mpspline2", "soiltexture", "knitr", "rmarkdown")

install.packages(p)
```

## Website

<http://ncss-tech.github.io/AQP/>
Expand Down Expand Up @@ -84,24 +95,12 @@ plotSPC(
)
```

<img src="man/figures/README-unnamed-chunk-2-1.svg" style="display: block; margin: auto;" />

## Install Suggested Packages

``` r
p <- c("colorspace", "ape", "soilDB", "latticeExtra", "tactile", "compositions",
"sharpshootR", "markovchain", "xtable", "testthat", "Gmedian",
"farver", "Hmisc", "tibble", "RColorBrewer", "scales", "digest",
"MASS", "mpspline2", "soiltexture", "knitr", "rmarkdown")

install.packages(p)
```
<img src="man/figures/README-unnamed-chunk-3-1.svg" style="display: block; margin: auto;" />

## Citation

``` r
citation("aqp")
#>
#> To cite aqp in publications use:
#>
#> Beaudette, D., Roudier, P., Brown, A. (2023). aqp: Algorithms for
Expand Down
Loading

0 comments on commit 05cac85

Please sign in to comment.