Recently Published
Reading rainfall NetCDF (.nc) file and filtering over a shapefile
When analyzing scientific data, such as temperature, rainfall or humidity, you may find the data in a NetCDF format (.nc). This post will describe how to convert it to a data frame format readable in R, and then filter its latitude and longitude values over a polygon shapefile.
Creating plots without coding
By using the esquisse library, you can create your own plots without coding! It is great for beginners in R!