# Example R code
library(ggplot2)
|>
mtcars ggplot(aes(x = wt, y = mpg)) +
geom_point() +
geom_smooth(method = "lm") +
labs(title = "Car Weight vs. MPG",
x = "Weight (1000 lbs)",
y = "Miles Per Gallon")
A Quarto Reveal.js Presentation
2025-09-30
Welcome to your Quarto Reveal.js presentation!
Fade in
Fade out
Highlight red
Fade in, then semi out
When \(a \ne 0\), there are two solutions to \((ax^2 + bx + c = 0)\):
\[x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}\]
Quarto Logo
Content for Tab A
Content for Tab B
Content for Tab C
Contact Information: - Email: your.email@example.com - Website: yourwebsite.com
My Presentation Footer