This section will cover some general concepts to be aware of when switching from ArcGIS to R
. This is a (non exhaustive) list of the main differences we see between the two approaches:
R
is your R-Script. The visual aspect makes ArcGIS more approachable, but also less scalable.R
, there are a plethora of developers creating packages for you to use, which can be quite overwhelmingR
. Finding the right way is not always easy.And just to get this out of the way: When is ArcGIS (or QGIS for that matter) preferable to using R? We will just cite Sébastien Rochette's tweet
I would use QGIS for georeferencering and digitizing. - Georeferencing is when you get an aerial photo or an old paper map that you want to add in GIS - Digitizing is when you want to manually draw areas that you see on a digitized map Also, the reason I use to keep a QGIS installed, is to get the list of all projections and being able to search through the list to find the appropriate projection in case of problems with yours. Also, with {raster}, where you need to use the PROJ4 string, QGIS gives it to you.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.