R Basics – Conditional Statement and Loops
In the previous part of the R basics course, we learned about data storage options. Now let’s turn to working
Read MoreIn the previous part of the R basics course, we learned about data storage options. Now let’s turn to working
Read MoreTo meet the needs expressed by our readers in the survey, we start a short introductory course in R. We
Read MoreOften in image processing, one wishes to assign a single unique number to a particular range of raster values, for
Read MoreZonal statistics is a useful tool that allows you to determine arbitrary statistics from raster pixels that intersect with, for
Read MoreAnalyzes on spatial data cannot be performed without loading them into R. The library rgdal is used for this purpose.
Read MoreLet’s load an image from a Sentinel satellite that contains 4 spectral bands. Saving the file is described in the
Read MoreReading and writing georeferenced rasters in R is done using the raster library. We install the library using the code
Read MoreAfter starting RStudio a window opens where we can distinguish: Console – similar to the console after launching R.exe, where
Read MoreR is a very popular and rapidly growing tool for data analysis and visualization. It has a particularly wide audience
Read More