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