Skip to content

Commit

Permalink
Fix for duplicate cell name
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-j committed Aug 9, 2023
1 parent a00e0e4 commit fb25ee7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/priors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ lines(m4$pars$`Range for f`, col = 4)
legend("topright", legend = c("set1", "set2", "set3", "set4"), lty = rep(1, 4), col = c(1, 2, 3, 4))
```


```{r parsigma, eval=TRUE, fig.width=8, fig.height=4, fig.align='center'}
plot(m1$pars$`Stdev for f`,
type = "l",
Expand Down Expand Up @@ -537,7 +536,7 @@ We'll use the data loaded in above and some initial values for the priors and pl

We'll create the same mesh as above and pass that into the app.

```{r createmesh, error=TRUE}
```{r createmesh_shiny, error=TRUE}
initial_range <- diff(base::range(sp_data@data[, "LONG"])) / 3
max_edge <- initial_range / 2
Expand Down

0 comments on commit fb25ee7

Please sign in to comment.