scale_y_datetime

ARGUMENTS
no arguments
without the scale
date_breaks
date_labels
guide
breaks
limits
date_minor_breaks
labels
expand
name
position
minor_breaks
sec.axis

set.seed(34)
df <- data.frame(date = seq(as.POSIXct('2012-02-09 00:00', tz = 'CET'),
                            as.POSIXct('2012-02-11 00:00', tz = 'CET'),
                            by = '60 min'), heart_rate = runif(49, min = 60, max = 180))
ggplot(df, aes(x = heart_rate, y = date)) +
  geom_line() +
  scale_y_datetime()
ggplot2tor image

ggplot2tor

Tutorials, educational apps, cheat sheets and courses for you to master ggplot2

Creator and author

I am an Instructional Designer and a former educational scientist with a curiosity for web development and data visualization. Find me on my personal homepage or LinkedIn.