Dr Ajay Kumar Koli
Head of School of Data Science
Nalanda Academy - Wardha, India
https://koliajay.netlify.app/
koliajaykumar@gmail.com
@ajay_kolii
Source: xaringan book chapter
It "is a playground of enhancements and extensions
for xaringan slides."
Information for the present slides is adapted from
Garrick's webpage xaringanExtra.
CSS
utility classes (check this website http://tachyons.io/ for a list of functions)a collection of CSS
utility classes (check this website http://tachyons.io/ for a list of functions)
color of the text .nameofthecolor[your text]
.silver[I am red!]
= I am silver..gold[I am red!]
= Your are gold.a collection of CSS
utility classes (check this website http://tachyons.io/ for a list of functions)
color of the text .nameofthecolor[your text]
.silver[I am red!]
= I am silver..gold[I am red!]
= Your are gold.italicize text .i[write text here]
.i[Allow me to tilt a bit]
= Allow me to tilt a bit a collection of CSS
utility classes (check this website http://tachyons.io/ for a list of functions)
color of the text .nameofthecolor[your text]
.silver[I am red!]
= I am silver..gold[I am red!]
= Your are gold.italicize text .i[write text here]
.i[Allow me to tilt a bit]
= Allow me to tilt a bit bold text .b[Bold & Beautiful.]
= Bold & Beautiful.
underline text .underline[This is important.]
= This is important
strike text .strike[This was by mistake.]
= This was by mistake.
This is just fantastic. = .b.underline.blue[This is just fantastic.]
.b.blue[this is .red[awesome] .strike[but fake]]
= this is awesome but fake
Text size
.f1[hello]
= hello .f2[hello]
= hello .f3[hello]
= hello.f4[hello]
= hello.f5[hello]
= helloCapital Text .ttc[nice thing to say]
= nice thing to say
This is just fantastic. = .b.underline.blue[This is just fantastic.]
.b.blue[this is .red[awesome] .strike[but fake]]
= this is awesome but fake
Text size
.f1[hello]
= hello .f2[hello]
= hello .f3[hello]
= hello.f4[hello]
= hello.f5[hello]
= helloCapital Text .ttc[nice thing to say]
= nice thing to say
UPPER-CASE TEXT .ttu[we all are tall]
= we all are tall
The only way to write good code is to write tons of bad code first. Feeling shame about bad code stops you from getting to good code
â Hadley Wickham
.bg-washed-yellow.b--dark-blue.ba.bw2.br3.shadow-5.ph4.mt5[
The only way to write good code is to write tons of bad code first. Feeling shame about bad code stops you from getting to good code
.tr[
â Hadley Wickham
]]
xaringanExtra::use_panelset()
you can write panel name as you like
it is very helpful while showing simultaneously code and its output
use â left and â right arrow keys to move from one panel to another
species | island | bill_length_mm | bill_depth_mm | flipper_length_mm | body_mass_g | sex | year |
---|---|---|---|---|---|---|---|
Adelie | Torgersen | 39.1 | 18.7 | 181 | 3750 | male | 2007 |
Adelie | Torgersen | 39.5 | 17.4 | 186 | 3800 | female | 2007 |
Adelie | Torgersen | 40.3 | 18.0 | 195 | 3250 | female | 2007 |
Adelie | Torgersen | NA | NA | NA | NA | NA | 2007 |
Adelie | Torgersen | 36.7 | 19.3 | 193 | 3450 | female | 2007 |
Adelie | Torgersen | 39.3 | 20.6 | 190 | 3650 | male | 2007 |
penguins %>% ggplot(aes(bill_length_mm, bill_depth_mm)) + geom_point(aes(color = species)) + scale_color_brewer(palette = "Dark2") + theme_bw() + labs( title = "Relationship between bill length and depth of the palmer penguins", x = "Bill length (mm)", y = "Bill depth (mm)" ) + theme(text = element_text(size = 12))
```rmeta() %>% meta_general( description = "Ajay Koli - Nalanda Academy", generator = "xaringan and remark.js" ) %>% meta_name("github-repo" = "koliajaykr/xarExtra-session") %>% meta_social( title = "extraordinary slides using xaringanExtra", url = "https://xeurmia.netlify.app/", image = "https://xeurmia.netlify.app/images/social-card.png", og_type = "talk", og_author = "Ajay Koli", twitter_card_type = "summary_large_image", twitter_creator = "@ajay_kolii" ) %>% include_meta()```
Dr Ajay Kumar Koli
Head of School of Data Science
Nalanda Academy - Wardha, India
https://koliajay.netlify.app/
koliajaykumar@gmail.com
@ajay_kolii
Keyboard shortcuts
â, â, Pg Up, k | Go to previous slide |
â, â, Pg Dn, Space, j | Go to next slide |
Home | Go to first slide |
End | Go to last slide |
Number + Return | Go to specific slide |
b / m / f | Toggle blackout / mirrored / fullscreen mode |
c | Clone slideshow |
p | Toggle presenter mode |
t | Restart the presentation timer |
?, h | Toggle this help |
o | Tile View: Overview of Slides |
Esc | Back to slideshow |
Dr Ajay Kumar Koli
Head of School of Data Science
Nalanda Academy - Wardha, India
https://koliajay.netlify.app/
koliajaykumar@gmail.com
@ajay_kolii
Source: xaringan book chapter
It "is a playground of enhancements and extensions
for xaringan slides."
Information for the present slides is adapted from
Garrick's webpage xaringanExtra.
CSS
utility classes (check this website http://tachyons.io/ for a list of functions)a collection of CSS
utility classes (check this website http://tachyons.io/ for a list of functions)
color of the text .nameofthecolor[your text]
.silver[I am red!]
= I am silver..gold[I am red!]
= Your are gold.a collection of CSS
utility classes (check this website http://tachyons.io/ for a list of functions)
color of the text .nameofthecolor[your text]
.silver[I am red!]
= I am silver..gold[I am red!]
= Your are gold.italicize text .i[write text here]
.i[Allow me to tilt a bit]
= Allow me to tilt a bit a collection of CSS
utility classes (check this website http://tachyons.io/ for a list of functions)
color of the text .nameofthecolor[your text]
.silver[I am red!]
= I am silver..gold[I am red!]
= Your are gold.italicize text .i[write text here]
.i[Allow me to tilt a bit]
= Allow me to tilt a bit bold text .b[Bold & Beautiful.]
= Bold & Beautiful.
underline text .underline[This is important.]
= This is important
strike text .strike[This was by mistake.]
= This was by mistake.
This is just fantastic. = .b.underline.blue[This is just fantastic.]
.b.blue[this is .red[awesome] .strike[but fake]]
= this is awesome but fake
Text size
.f1[hello]
= hello .f2[hello]
= hello .f3[hello]
= hello.f4[hello]
= hello.f5[hello]
= helloCapital Text .ttc[nice thing to say]
= nice thing to say
This is just fantastic. = .b.underline.blue[This is just fantastic.]
.b.blue[this is .red[awesome] .strike[but fake]]
= this is awesome but fake
Text size
.f1[hello]
= hello .f2[hello]
= hello .f3[hello]
= hello.f4[hello]
= hello.f5[hello]
= helloCapital Text .ttc[nice thing to say]
= nice thing to say
UPPER-CASE TEXT .ttu[we all are tall]
= we all are tall
The only way to write good code is to write tons of bad code first. Feeling shame about bad code stops you from getting to good code
â Hadley Wickham
.bg-washed-yellow.b--dark-blue.ba.bw2.br3.shadow-5.ph4.mt5[
The only way to write good code is to write tons of bad code first. Feeling shame about bad code stops you from getting to good code
.tr[
â Hadley Wickham
]]
xaringanExtra::use_panelset()
you can write panel name as you like
it is very helpful while showing simultaneously code and its output
use â left and â right arrow keys to move from one panel to another
species | island | bill_length_mm | bill_depth_mm | flipper_length_mm | body_mass_g | sex | year |
---|---|---|---|---|---|---|---|
Adelie | Torgersen | 39.1 | 18.7 | 181 | 3750 | male | 2007 |
Adelie | Torgersen | 39.5 | 17.4 | 186 | 3800 | female | 2007 |
Adelie | Torgersen | 40.3 | 18.0 | 195 | 3250 | female | 2007 |
Adelie | Torgersen | NA | NA | NA | NA | NA | 2007 |
Adelie | Torgersen | 36.7 | 19.3 | 193 | 3450 | female | 2007 |
Adelie | Torgersen | 39.3 | 20.6 | 190 | 3650 | male | 2007 |
penguins %>% ggplot(aes(bill_length_mm, bill_depth_mm)) + geom_point(aes(color = species)) + scale_color_brewer(palette = "Dark2") + theme_bw() + labs( title = "Relationship between bill length and depth of the palmer penguins", x = "Bill length (mm)", y = "Bill depth (mm)" ) + theme(text = element_text(size = 12))
```rmeta() %>% meta_general( description = "Ajay Koli - Nalanda Academy", generator = "xaringan and remark.js" ) %>% meta_name("github-repo" = "koliajaykr/xarExtra-session") %>% meta_social( title = "extraordinary slides using xaringanExtra", url = "https://xeurmia.netlify.app/", image = "https://xeurmia.netlify.app/images/social-card.png", og_type = "talk", og_author = "Ajay Koli", twitter_card_type = "summary_large_image", twitter_creator = "@ajay_kolii" ) %>% include_meta()```