R FOR HYDROLOGISTS LOADING AND PLOTTING THE DATA (Part 3) Creating a box plot of the data can be a good approach to inspect the historical behavior of the river level and can show us how the data spreads in different time indexing (Month/ Year). If you are not familiar with this, a boxplot is […]
ggplot
R FOR HYDROLOGISTS – Part 2: Loading and Plotting Data: Exercises
R FOR HYDROLOGISTS LOADING AND PLOTTING THE DATA (Part 2) In hydrology, it is very common to analyze the annual behavior of the levels in order to see if there is any recurrent patterns over the year (seasonality.) In order to observe the historical behavior of the river, we have to construct a plot with […]
R For Hydrologists – Loading and Plotting Data Part 1: Exercises
LOADING AND PLOTTING THE DATA (Part 1) Working with hydro-meteorological data can be very time consuming and exhausting. Luckily, R can provide a framework to easily import and process data in order to implement statistical analysis and models. In these tutorials, we are going to explore and analyze data from a tropical basin in order […]
GGplot Drilling: Exercises
Visualization is a key component to understanding and communicating your understanding to an audience. The more second nature turning your data into plots becomes, the more you can focus on the overall goals instead of being stuck on technical details. As a freelance data analyst, I know that often times between when a project […]