Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosenkrands committed Feb 15, 2022
1 parent b148e9b commit 26bedd8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ cowplot::plot_grid(

Looking now at the mean response and ploss metrics from the simulation we see...

```{r, echo=F, message=F, fig.dim=c(8,6)*1.1}
```{r york_simulation_metrics, echo=F, message=F, fig.dim=c(8,6)*1.1}
york |>
tidyr::pivot_longer(cols = c(`Mean response`, Ploss), names_to = "Measure") |>
mutate(Measure = factor(Measure, levels = c("Mean response", "Ploss"))) |>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ have one base location covering the dense part of the area.
Looking now at the mean response and ploss metrics from the simulation
we see…

<img src="man/figures/README-unnamed-chunk-15-1.png" width="100%" />
<img src="man/figures/README-york_simulation_metrics-1.png" width="100%" />
Binary file modified man/figures/README-example-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-solution-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-6-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-7-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/README-york_simulation_metrics-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26bedd8

Please sign in to comment.