In this repom, I did data analysis and data visualisation projects using the R language.
It consists of two projects. In my first project you will see the use of Barplot, Histogram and Boxplot for data visualisation.
In my second project you will see all the simple mathematical operations for data analysis and the top levels such as cross products, covariance. You will also see the Scatterplot Matrix example.
DATA => Download
# | Project Name | Content |
---|---|---|
01 | Data Visualization | Barplot - Histogram - Boxplot |
02 | Data Analysis | Calculate max,min, ... - Cross products, covarience, ... - Scatterplot matrix - Scale |
R is a programming language used in areas such as statistical computing, data analysis, graphics and data visualisation.
Unlike the software languages I use in my other projects, R is an interpretive and functional programming language. I can even compile that little piece of code you wrote. (regardless of the whole code)
Being a functional programming language, it allows us to perform high-level vector operations.
It should definitely not be preferred for beginners.
If you have any feedback, please contact me at: emrahfdn.work@gmail.com