RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

brunoquevedo

Bruno Quevedo

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!