An open API service indexing awesome lists of open source software.

https://github.com/stscl/sesp

Spatially Explicit Stratified Power
https://github.com/stscl/sesp

Last synced: about 1 year ago
JSON representation

Spatially Explicit Stratified Power

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%",
warning = FALSE,
message = FALSE
)
```

# sesp sesp website

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-cyan.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![cran](https://www.r-pkg.org/badges/version/sesp)](https://CRAN.R-project.org/package=sesp)

**Spatially Explicit Stratified Power Model**

## Installation

- Install development source version from [GitHub](https://github.com/stscl/sesp) with:

```r
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("stscl/sesp",
build_vignettes = TRUE,
dep = TRUE)
```