Skip to content

Commit

Permalink
moving files into place
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocolar committed Oct 24, 2023
1 parent e5c2f97 commit c315c1d
Show file tree
Hide file tree
Showing 22 changed files with 21 additions and 24 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
45 changes: 21 additions & 24 deletions vignettes/sbc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ params:
n_pseudospecies_augmented: 50
---

Under construction: figures currently missing.


```r
params <- list(
n_sims = 1000,
Expand Down Expand Up @@ -142,19 +139,19 @@ rep_constant_results <- compute_SBC(rep_constant_dataset, rep_constant_backend)
plot_ecdf(rep_constant_results)
```

![plot of chunk rep-constant](figure/rep-constant-1.png)
![plot of chunk rep-constant](../man/figures/vignettes/sbc/rep-constant-1.png)

```r
plot_rank_hist(rep_constant_results)
```

![plot of chunk rep-constant](figure/rep-constant-2.png)
![plot of chunk rep-constant](../man/figures/vignettes/sbc/rep-constant-2.png)

```r
plot_ecdf_diff(rep_constant_results)
```

![plot of chunk rep-constant](figure/rep-constant-3.png)
![plot of chunk rep-constant](../man/figures/vignettes/sbc/rep-constant-3.png)

### Rep-varying

Expand Down Expand Up @@ -257,19 +254,19 @@ rep_varying_results <- compute_SBC(rep_varying_dataset, rep_varying_backend)
plot_ecdf(rep_varying_results)
```

![plot of chunk rep-varying](figure/rep-varying-1.png)
![plot of chunk rep-varying](../man/figures/vignettes/sbc/rep-varying-1.png)

```r
plot_rank_hist(rep_varying_results)
```

![plot of chunk rep-varying](figure/rep-varying-2.png)
![plot of chunk rep-varying](../man/figures/vignettes/sbc/rep-varying-2.png)

```r
plot_ecdf_diff(rep_varying_results)
```

![plot of chunk rep-varying](figure/rep-varying-3.png)
![plot of chunk rep-varying](../man/figures/vignettes/sbc/rep-varying-3.png)


## Multi-season
Expand Down Expand Up @@ -394,19 +391,19 @@ colex_ex_results <- compute_SBC(colex_ex_dataset, colex_ex_backend)
plot_ecdf(colex_ex_results)
```

![plot of chunk multi-colex-ex](figure/multi-colex-ex-1.png)
![plot of chunk multi-colex-ex](../man/figures/vignettes/sbc/multi-colex-ex-1.png)

```r
plot_rank_hist(colex_ex_results)
```

![plot of chunk multi-colex-ex](figure/multi-colex-ex-2.png)
![plot of chunk multi-colex-ex](../man/figures/vignettes/sbc/multi-colex-ex-2.png)

```r
plot_ecdf_diff(colex_ex_results)
```

![plot of chunk multi-colex-ex](figure/multi-colex-ex-3.png)
![plot of chunk multi-colex-ex](../man/figures/vignettes/sbc/multi-colex-ex-3.png)

### Colonization-extinction, equilibrium initial occupancy

Expand Down Expand Up @@ -530,19 +527,19 @@ colex_eq_results <- compute_SBC(colex_eq_dataset, colex_eq_backend)
plot_ecdf(colex_eq_results)
```

![plot of chunk multi-colex-eq](figure/multi-colex-eq-1.png)
![plot of chunk multi-colex-eq](../man/figures/vignettes/sbc/multi-colex-eq-1.png)

```r
plot_rank_hist(colex_eq_results)
```

![plot of chunk multi-colex-eq](figure/multi-colex-eq-2.png)
![plot of chunk multi-colex-eq](../man/figures/vignettes/sbc/multi-colex-eq-2.png)

```r
plot_ecdf_diff(colex_eq_results)
```

![plot of chunk multi-colex-eq](figure/multi-colex-eq-3.png)
![plot of chunk multi-colex-eq](../man/figures/vignettes/sbc/multi-colex-eq-3.png)

### Autologistic, explicit initial occupancy

Expand Down Expand Up @@ -659,19 +656,19 @@ auto_ex_results <- compute_SBC(auto_ex_dataset, auto_ex_backend)
plot_ecdf(auto_ex_results)
```

![plot of chunk multi-auto-ex](figure/multi-auto-ex-1.png)
![plot of chunk multi-auto-ex](../man/figures/vignettes/sbc/multi-auto-ex-1.png)

```r
plot_rank_hist(auto_ex_results)
```

![plot of chunk multi-auto-ex](figure/multi-auto-ex-2.png)
![plot of chunk multi-auto-ex](../man/figures/vignettes/sbc/multi-auto-ex-2.png)

```r
plot_ecdf_diff(auto_ex_results)
```

![plot of chunk multi-auto-ex](figure/multi-auto-ex-3.png)
![plot of chunk multi-auto-ex](../man/figures/vignettes/sbc/multi-auto-ex-3.png)

### Autologistic, equilibrium initial occupancy

Expand Down Expand Up @@ -789,19 +786,19 @@ auto_eq_results <- compute_SBC(auto_eq_dataset, auto_eq_backend)
plot_ecdf(auto_eq_results)
```

![plot of chunk multi-auto-eq](figure/multi-auto-eq-1.png)
![plot of chunk multi-auto-eq](../man/figures/vignettes/sbc/multi-auto-eq-1.png)

```r
plot_rank_hist(auto_eq_results)
```

![plot of chunk multi-auto-eq](figure/multi-auto-eq-2.png)
![plot of chunk multi-auto-eq](../man/figures/vignettes/sbc/multi-auto-eq-2.png)

```r
plot_ecdf_diff(auto_eq_results)
```

![plot of chunk multi-auto-eq](figure/multi-auto-eq-3.png)
![plot of chunk multi-auto-eq](../man/figures/vignettes/sbc/multi-auto-eq-3.png)


## Data-augmented
Expand Down Expand Up @@ -970,16 +967,16 @@ aug_results <- compute_SBC(aug_dataset, aug_backend)
plot_ecdf(aug_results)
```

![plot of chunk data-augmented](figure/data-augmented-1.png)
![plot of chunk data-augmented](../man/figures/vignettes/sbc/data-augmented-1.png)

```r
plot_rank_hist(aug_results)
```

![plot of chunk data-augmented](figure/data-augmented-2.png)
![plot of chunk data-augmented](../man/figures/vignettes/sbc/data-augmented-2.png)

```r
plot_ecdf_diff(aug_results)
```

![plot of chunk data-augmented](figure/data-augmented-3.png)
![plot of chunk data-augmented](../man/figures/vignettes/sbc/data-augmented-3.png)

0 comments on commit c315c1d

Please sign in to comment.