CategoriesIntroduction
Tags
Data Visualisation
R Programming
tidyverse
Tips & Tricks
In this post, I will show you, how to use visualization and transformation for exploring your data in R. I will use several functions that come with Tidyverse package. In general, there are two types of variables, categorical and continuous. In ...
[Read more...]