Recently Published
Plot
View frequency movies
Plot raiting of each genre
Plot of a sample, this plot shows the rating of each genre with the distribution boxplot
Rating Plot
The distribution of how users qualified each movie. This plot can applies to Products, SKU´s or others.
ggplot(data = edx %>% group_by(rating) %>% summarise(n = n()) %>% mutate(percent = n/sum(n)), aes(x = rating, y = percent))
Numerical Variables Plot
Inference in all the data and take only the numerical variables just in this boxplot.
Leaflet interactive map
Interactive map with leaflet as part of a coursera project.
RPracticals
RPractical_2