From cabc3ff280ea8a217794c48ccb87c2f357bacbbe Mon Sep 17 00:00:00 2001 From: 36703b2e973ccb7216efa802ec2f71ae <36703b2e973ccb7216efa802ec2f71ae@app-learninglab.inria.fr> Date: Wed, 16 Jun 2021 15:30:48 +0000 Subject: [PATCH] Update exercice_fr.Rmd --- module3/exo3/exercice_fr.Rmd | 262 +++++++++++++++++++++++++++++++---- 1 file changed, 232 insertions(+), 30 deletions(-) diff --git a/module3/exo3/exercice_fr.Rmd b/module3/exo3/exercice_fr.Rmd index 7eece5e..7e45534 100644 --- a/module3/exo3/exercice_fr.Rmd +++ b/module3/exo3/exercice_fr.Rmd @@ -1,33 +1,235 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "Concentration de CO2 dans l'atmosphère depuis 1958" +author: "Khemilat" +date: "16 juin 2021" output: html_document --- - - -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) -``` - -## Quelques explications - -Ceci est un document R markdown que vous pouvez aisément exporter au format HTML, PDF, et MS Word. Pour plus de détails sur R Markdown consultez . - -Lorsque vous cliquerez sur le bouton **Knit** ce document sera compilé afin de ré-exécuter le code R et d'inclure les résultats dans un document final. Comme nous vous l'avons montré dans la vidéo, on inclue du code R de la façon suivante: - -```{r cars} -summary(cars) -``` - -Et on peut aussi aisément inclure des figures. Par exemple: - -```{r pressure, echo=FALSE} -plot(pressure) -``` - -Vous remarquerez le paramètre `echo = FALSE` qui indique que le code ne doit pas apparaître dans la version finale du document. Nous vous recommandons dans le cadre de ce MOOC de ne pas utiliser ce paramètre car l'objectif est que vos analyses de données soient parfaitement transparentes pour être reproductibles. - -Comme les résultats ne sont pas stockés dans les fichiers Rmd, pour faciliter la relecture de vos analyses par d'autres personnes, vous aurez donc intérêt à générer un HTML ou un PDF et à le commiter. - -Maintenant, à vous de jouer! Vous pouvez effacer toutes ces informations et les remplacer par votre document computationnel. + + + + + + + + + Primary Mauna Loa CO2 Record | Scripps CO2 Program + + + + + +
+ + + +
+ +
+ +
+ +
+
+
+ +
+
+
+

Atmospheric CO2 Data

+
+

Primary Mauna Loa CO2 Record

+

+ + + + + + + + + + + + + + + + + + + +
Station NameStation CodeLatitudeLongitudeElevation (m)
Mauna Loa Observatory, HawaiiMLO19.5 °N155.6 °W3397
+

In-situ CO2 Data

+ + + + + + + + + + + + + + + + + +
MeasurementFrequencyData FileDates
CO2monthlymonthly_in_situ_co2_mlo.csv1958 - present
+ +
+
+
+

+
+
+

Citation

+

Please cite as:

+

C. D. Keeling, S. C. Piper, R. B. Bacastow, M. Wahlen, T. P. Whorf, M. Heimann, and H. A. Meijer, Exchanges of atmospheric CO2 and 13CO2 with the terrestrial biosphere and oceans from 1978 to 2000. I. Global aspects, SIO Reference Series, No. 01-06, Scripps Institution of Oceanography, San Diego, 88 pages, 2001.

+

If it is necessary to cite a peer-reviewed article, please cite as:

+

C. D. Keeling, S. C. Piper, R. B. Bacastow, M. Wahlen, T. P. Whorf, M. Heimann, and H. A. Meijer, Atmospheric CO2 and 13CO2 exchange with the terrestrial biosphere and oceans from 1978 to 2000: observations and carbon cycle implications, pages 83-113, in "A History of Atmospheric CO2 and its effects on Plants, Animals, and Ecosystems", editors, Ehleringer, J.R., T. E. Cerling, M. D. Dearing, Springer Verlag, New York, 2005.

+
+
+ +

+

Data sharing policy

+

+ The data and graphics on this website are made freely available, with the understanding that appropriate credit will be given. For applications supporting peer-reviewed scientific publications, coauthorship may sometimes be appropriate. An example would be if an important result or conclusion depends on this product, such as the first account of a previously unreported phenomenon. Ethical usage requires disclosing intentions at early stages of the work in order to avoid duplicating ongoing studies at Scripps. For applications where coauthorship is not needed, which includes all applications outside of the peer-reviewed scientific literature, it is sufficient to acknowledge the Scripps CO2 program as the source. Please direct queries to Ralph Keeling (rkeeling@ucsd.edu)

+
+
+
+
+
+
+

Scripps CO2 Program

+
+
+
+ + + + + + \ No newline at end of file -- 2.18.1