test

ggplot(penguins, aes(x = bill_length_mm, y = flipper_length_mm)) +
  geom_point()
Warning: Removed 2 rows containing missing values or values outside the scale range
(`geom_point()`).