# NOT RUN {
# }
# NOT RUN {
#When online:
RefAreas=load_RefAreas()
plot(RefAreas)
#If going offline in the future: load and save as RData when online,
# then reload RData when offline:
RefAreas=load_RefAreas()
EEZs=load_EEZs()
save(list=c('RefAreas','EEZs'), file = file.path(tempdir(), "CCAMLRLayers.RData"))
rm(RefAreas,EEZs)
load(file.path(tempdir(), "CCAMLRLayers.RData"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab