############################################### #Using the Van Wirdum diagram without internet# ############################################### 1. Place the VanWirdum Zipfile in a directory 2. Unzip the zipfile 3. Place the van Wirdum function in R 4. Search for setwd(). In an unchanged function this can be found directly under "#Import LAT framework" 5. Setwd() is a function that sets the workdirectory. Replace the quotations inside the function setwd() with the path to the unzipped VanWirdum file. For example : "D:/Program files/R/mypackages/VanWirdum". Make sure you put the path in quotations ("") and that the slashes are set forward (/). Don't use slashes in names to maps. Diectly under this map you should found the documents "coordinates_LAT_framework.csv" and "reference.points.csv". 6. Run the VanWirdum function and see if it works. 7. If you want to load other data than from the VanWirdum directory, you should reset the workdirectory. At the end of the function you can set for example setwd("D:/Program files/Myworkdirectory") If you want to load the Ronde Hoep data you can gain this data from the VanWirdum directory.