count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_bright() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_blue() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_article() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_basic() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_compact() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_green() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_grey() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_mondrian() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_orange() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_plain() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] --- count: false .panel1-the_chunk-rotate[ ```r library(huxtable) gapminder::gapminder %>% filter(year == 2002, pop > 100000000) %>% arrange(-pop) %>% select(-year) %>% as_hux() %>% set_caption("Most populous Countries, 2002") %>% * theme_striped() ``` ] .panel2-the_chunk-rotate[
Most populous Countries, 2002
country
continent
lifeExp
pop
gdpPercap
China
Asia
72
1280400000
3.12e+03
India
Asia
62.9
1034172547
1.75e+03
United States
Americas
77.3
287675526
3.91e+04
Indonesia
Asia
68.6
211060000
2.87e+03
Brazil
Americas
71
179914212
8.13e+03
Pakistan
Asia
63.6
153403524
2.09e+03
Bangladesh
Asia
62
135656790
1.14e+03
Japan
Asia
82
127065841
2.86e+04
Nigeria
Africa
46.6
119901274
1.62e+03
Mexico
Americas
74.9
102479927
1.07e+04
] <style> .panel1-the_chunk-rotate { color: black; width: 58.8%; hight: 32%; float: left; padding-left: 1%; font-size: 80% } .panel2-the_chunk-rotate { color: black; width: 39.2%; hight: 32%; float: left; padding-left: 1%; font-size: 80% } .panel3-the_chunk-rotate { 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: 90%} @media print { .has-continuation { display: block; } } </style>