AS#04 yt-comment visualization
Last updated
Was this helpful?
Last updated
Was this helpful?
Hint: using floor_date()
Add more demographic features here, at least more 2 features
Hint: using ggplot2 xlab()
to label the x-axis
Hint: Using scale_y_log10()
and scale_x_log10()
to adjust y-axis scale
Filter comments after 2019-09-30, before 2020-02-01
density plot per month
subplot by facet_wrap()
with argument scales = "free"
Filter comments after 2019-12-01, before 2020-02-01
Filter comments after 2019-12-30, before 2020-01-20
may using ifelse()
ternary operation to divide plot into two parts: after and before 2020-01-11