count: false .panel1-the_chunk-auto[ ``` r *library(ggplot2) ``` ] .panel2-the_chunk-auto[ ] --- count: false .panel1-the_chunk-auto[ ``` r library(ggplot2) *ggplot(cars) ``` ] .panel2-the_chunk-auto[ ![](hi_embed_files/figure-html/the_chunk_auto_02_output-1.png)<!-- --> ] --- count: false .panel1-the_chunk-auto[ ``` r library(ggplot2) ggplot(cars) + * aes(x = speed) ``` ] .panel2-the_chunk-auto[ ![](hi_embed_files/figure-html/the_chunk_auto_03_output-1.png)<!-- --> ] --- count: false .panel1-the_chunk-auto[ ``` r library(ggplot2) ggplot(cars) + aes(x = speed) + * aes(y = dist) ``` ] .panel2-the_chunk-auto[ ![](hi_embed_files/figure-html/the_chunk_auto_04_output-1.png)<!-- --> ] --- count: false .panel1-the_chunk-auto[ ``` r library(ggplot2) ggplot(cars) + aes(x = speed) + aes(y = dist) + * geom_point() ``` ] .panel2-the_chunk-auto[ ![](hi_embed_files/figure-html/the_chunk_auto_05_output-1.png)<!-- --> ] <style> .panel1-the_chunk-auto { color: black; width: 38.6060606060606%; hight: 32%; float: left; padding-left: 1%; font-size: 80% } .panel2-the_chunk-auto { color: black; width: 59.3939393939394%; hight: 32%; float: left; padding-left: 1%; font-size: 80% } .panel3-the_chunk-auto { color: black; width: NA%; hight: 33%; float: left; padding-left: 1%; font-size: 80% } </style> <style type="text/css"> .remark-code{line-height: 1.5; font-size: 120%} @media print { .has-continuation { display: block; } } code.r.hljs.remark-code{ position: relative; overflow-x: hidden; } code.r.hljs.remark-code:hover{ overflow-x:visible; width: 500px; border-style: solid; } </style>