Skip to content

Commit

Permalink
Tweak vignette graph size.
Browse files Browse the repository at this point in the history
  • Loading branch information
david6marsh committed Oct 12, 2023
1 parent 8de6e9d commit 518643b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://espinielli.github.io/himach/
url: https://dmarsh.github.io/himach/
template:
bootstrap: 5

2 changes: 1 addition & 1 deletion vignettes/Supersonic_Routes_in_depth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ hm_latlong_density <- function(rt, # route dataset created earlier

We'll show an example or two and then explain in a bit more detail how the graph ends up showing flight hours.

```{r density_examples, fig.width=6}
```{r density_examples, fig.width=7}
# simple case with default 1 flight/week frequency
hm_latlong_density(NZ_routes, facet_rows = NULL, facet_cols = vars(acID),
bar_deg = 0.5, resolution_deg = 0.1)
Expand Down

0 comments on commit 518643b

Please sign in to comment.