Skip to content
Snippets Groups Projects
Verified Commit 2cdfdf58 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

mv Practical_a

parent d1c17a93
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ public/:
public/index.html: public/ index.md
pandoc -s -c www/github-pandoc.css index.md -o public/index.html
public/Practical_a.html: public/ M1_biosciences_dimension_reduction/Practical_a.Rmd
public/Practical_a.html: public/ Practical_a.Rmd
Rscript -e 'rmarkdown::render("Practical_a.Rmd", output_dir = "public/")'
clean:
......
......@@ -75,7 +75,7 @@ We are going to work on the famous Palmer penguins dataset. This dataset is an i
The `palmerpenguins` data contains size measurements for three penguin species observed on three islands in the Palmer Archipelago, Antarctica.
![](./img/lter_penguins.png)
![](./img/iter_penguins.png)
The `palmerpenguins` library load the `penguins` dataset into your R environment. If you are not familiar with `tibble`, you just have to know that they are equivalent to `data.frame`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment