A Title

A Subtitle

Mickaël Canouil, Ph.D.

Inserm U1283 / CNRS UMR8199 / Institut Pasteur de Lille / Université de Lille

Saturday, the 27th of January, 2024

Introduction

Subtitle

some code and some text.
A URL mickael.canouil.fr.

1 + 1
[1] 2
x <- 1
y <- x + 1
y
[1] 2

GGPLOT2 With code

library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point()

PART 1 With code

New slide

With only text

About