Hello, Quarto

RM & DA Online Workbook

lord help me

Week 1

  • downloading and using R

  • using quarto to make an online workbook document

    Notes:

  • at least i could install the software! first hurdle jumped

now its time to try some penguin data stuff

Meet the penguins (data practice)

Illustration of three species of Palmer Archipelago penguins: Chinstrap, Gentoo, and Adelie. Artwork by @allison_horst.

The penguins data from the palmerpenguins package contains size measurements for 344 penguins from three species observed on three islands in the Palmer Archipelago, Antarctica.

The plot below shows the relationship between flipper and bill lengths of these penguins.

I stated by installing the Penguins data pack- i had to save it as a copy as the downloaded version wouldn’t open in excel. Then i tried running this code chunk. First attempt i got an error code saying the ‘ggplot’ package was not installed, so i used the ‘install packages’ command to install it.

On my second attempt running the chunk, it gave me the plot shown below:

Week 2- Ethics with Dr Uzal

Notes:

  • this week didn’t directly link to the R studio and workbook tasks, but its easier for me to list it here so i can keep track of the weeks better

  • in the Thursday session, Fillipe asked us to play around with the layout of our workbooks, and try installing an image. I thought this one was quite fitting for this module

Week 3- Data Wrangling