R Markdown and Quarto Demo

Author

AJ Smit

Published

May 7, 2027

1 Introduction

This study is about air quality.

2 Methods

2.1 Data

The dataset used in this study is the airquality dataset from R, which contains daily air quality measurements in New York from May to September 1973. The dataset includes variables such as ozone levels, solar radiation, wind speed, and temperature.

2.2 Analysis

The R script in the code chunk further explores the impact of temperature on ozone level. All analyses were done in R ().

This is bold text. This is italicised text.

library(ggplot2)

ggplot(airquality, aes(Temp, Ozone)) + 
  geom_point() + 
  geom_smooth(method = "loess")
Figure 1: Temperature and ozone level.

3 Results

The results show that air has quality ().

References

R Core Team (2025) R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria

Reuse

Citation

BibTeX citation:
@online{smit,_a._j.2027,
  author = {Smit, A. J., and Smit, AJ},
  title = {R {Markdown} and {Quarto} {Demo}},
  date = {2027-05-07},
  url = {http://tangledbank.netlify.app/BDC334/r_markdown_example.html},
  langid = {en}
}
For attribution, please cite this work as:
Smit, A. J., Smit A (2027) R Markdown and Quarto Demo. http://tangledbank.netlify.app/BDC334/r_markdown_example.html.