Skip to content

Commit

Permalink
Try to fix available seats picture scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Oct 1, 2024
1 parent ec58f76 commit 726c9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-wrangling.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ An airline industry measure of a passenger airline's capacity is the [available

For example, let's consider the scenario in Figure \@ref(fig:available-seat-miles). Since the airplane has 4 seats and it travels 200 miles, the available seat miles are $4 \times 200 = 800$.

```{r available-seat-miles, fig.cap="Example of available seat miles for one flight.", echo=FALSE, purl=FALSE, out.height="35%", out.width=if(!knitr::is_latex_output()) "35%"}
```{r available-seat-miles, fig.cap="Example of available seat miles for one flight.", echo=FALSE, purl=FALSE, out.height=ifelse(knitr::is_latex_output(), "35%", "70%"), out.width=if(!knitr::is_latex_output()) "70%"}
include_graphics("images/flowcharts/flowchart/flowchart.012.png")
```

Expand Down

0 comments on commit 726c9ff

Please sign in to comment.