Recently Published
Plot
Dinamismo de corto plazo (Variación anterior - Desestacionalizada) ## Visualizando el impulso reciente de la economía y la velocidad de la recuperación o desaceleración
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.
Plot
Plot testing