--- title: "Untitled" output: flexdashboard::flex_dashboard: orientation: rows vertical_layout: fill --- ```{r setup, include=FALSE} library(flexdashboard) ``` Row {data-height=650} ----------------------------------------------------------------------- ### Chart A ```{r} ``` Row {data-height=350} ----------------------------------------------------------------------- ### Chart B ```{r} ``` ### Chart C ```{r} ```