knitr::opts_chunk$set( collapse = TRUE, comment = "#>", echo = TRUE, dev = "svg" ) library(dplyr) library(ggplot2)
Vincent Guillemot
{width=75%}
Amaury Vaysse
{width=75%}
Allez sur www.kahoot.it ou sur l'application Kahoot!
{width=100%}
Plutôt le matin
Plutôt l'après-midi
Avant le TP (dernier jour) :
data.frame( x = 1, y = 1, text = "Le but est d'apprendre R,\n pas les statistiques") %>% ggplot(aes(x, y, label = text)) + geom_text(color = "steelblue", size = 10, fontface = "bold") + theme_void()
Vous devez avoir une idée des analyses à réaliser sur vos données.
Pour favoriser l'interactivité de ce cours, voici ce que je vous propose :
Composition de produits alimentaires (https://ciqual.anses.fr/)
{width=100%}
Nutriwi (https://www.nutriwi.com/)
{width=40%}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.