Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhesselbarth committed Feb 10, 2025
1 parent c783cfc commit 7579bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ o_ring <- Oest(spruces)
Of course, both summary functions can be used in combination with `spatstat`'s `envelope()` function.

```{r env_oring}
oring_envelope <- envelope(spruces, fun = estimate_o_ring, nsim = 199, verbose = FALSE)
oring_envelope <- envelope(spruces, fun = Oest, nsim = 199, verbose = FALSE)
```

```{r plot_oring, echo = FALSE, fig.width = 7.5, fig.height = 5, fig.align = "center"}
Expand Down

0 comments on commit 7579bd4

Please sign in to comment.