# NOT RUN {
library(mlr3)
library(mlr3proba)
task = tsk("precip")
head(fortify(task))
autoplot(task, bins = 15)
autoplot(task, type = "freq", bins = 15)
autoplot(task, type = "overlay", bins = 15)
autoplot(task, type = "freqpoly", bins = 15)
# }
Run the code above in your browser using DataLab