Why you always laugh HAHAHA

Black and Blue are my fav colors

There are MANY things that are black and blue.

  1. Night sky
  2. Morning sky
  3. Blueberry
  4. Blackberry

Showing images is the same as reports

The pokemon Eevee, a cat like animal with long pointy ears, wearing a flower

Eevee

Absolute positioning images

Zoom in to images

The pokemon Eevee, a cat like animal with long pointy ears, wearing a flower

Use the Alt key to zoom in to images or areas of the presentation

You can visualise navy blue in R

set.seed(34667830)
plot(rnorm(100),rnorm(100))

Code output

library(tidyverse)

ggplot(diamonds, aes(x = carat, y = price)) +
  geom_point()

Code animated

ggplot(diamonds, aes(x = carat, y = price)) +
  geom_point() +
  theme_minimal() +
  labs(title = "We need diamonds with more carrots")