Read the whole data frame

quadrats<-read.csv( "/home/msc_scripts/data/arne_points.csv")

load("/home/msc_scripts/data/arne_study_map.rob")
mp

Now all the data you need is in memory. You have a data frame called “quadrats” that you can use for the statistical analysis and a map object that could be added to if you want in order to show other elements.