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`.
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`.
...
@@ -123,7 +123,7 @@ If you are not familiar with the `%>%` operator or pipe in R: It takes the outpu
...
@@ -123,7 +123,7 @@ If you are not familiar with the `%>%` operator or pipe in R: It takes the outpu
For the sake of this practical, we are going to focus on the continuous variables in the data `bill_length_mm`, `bill_depth_mm`, `flipper_length_mm` and `body_mass_g`.
For the sake of this practical, we are going to focus on the continuous variables in the data `bill_length_mm`, `bill_depth_mm`, `flipper_length_mm` and `body_mass_g`.


The function `pairs` renders scatter plots of each possible pairs of variables
The function `pairs` renders scatter plots of each possible pairs of variables