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