Definition of a coordinate system in R
It is common that no coordinate system is associated with the loaded raster or vector data. The lack of a
Read MoreIt is common that no coordinate system is associated with the loaded raster or vector data. The lack of a
Read MoreOften we want to find the bounding box of our vector layer. How do we do that in R? We
Read MoreThe rgeos library contains many tools for analyzing vector layers. The two most important functions are gIntersects and gIntersection. The
Read MoreBuforowanie jest jednym z podstawowych narzędzi GIS używanym w analizach przestrzennych. Ale jak to zrobić w R? Wczytajmy najpierw warstwę
Read MoreWe have prepared for you a short course on the basics of the R language. You will learn R in
Read MoreWe can analyze data loaded and corrected in R using statistics and display them in various charts. In this part
Read MoreWczytaliśmy dane i sprawdziliśmy ich poprawność. Poznajmy kilka funkcji pozwalających je w prosty sposób przeanalizować. Do analizy wykorzystamy plik z
Read MoreThe first part of the analysis in R showed how we load our files into the environment. Now we need
Read MoreWe already know how to store data in R and how to process it with conditional statements, loops, and functions.
Read MoreFrom the posts on getting started with R, we already know how to use functions stored in packages developed by
Read More