Chapitre 3 : le chp3
subtitle
By Mallory Dazza in Première Specialité
October 28, 2021
Le premier titre du chap 3
Ainsi, pour caractériser un système chimique il nou faudra simplement
compter les atomes. Malheureusement ceux-ci sont en nombre gigantesque.
Dans une goutte d’eau il y a
Une mole d’entités contient exactement
Le nombre d’entités, atomes, molécules, particules, ions etc… dans une mole de matière est la constante d’Avogadro. Elle est notée
le second
Other times, I have not used X (yet!). This happened to me recently when I was asked:
“Why aren’t people using reveal.js for slides with R Markdown? What are the problems with reveal.js, and how can we fix them?".
What is reveal.js? Here is a demo deck:
Air quality
with(airquality, boxplot(Temp ~ Month))

with(airquality, plot(Ozone ~ Temp))

mlev <- levels(with(airquality, as.factor(Month)))
with(airquality, plot(Ozone ~ Temp,
pch = as.numeric(mlev),
col = mlev))
