Module 1 Script
Module 1 Script
Implementation of the Commonwealth Blue Charter is through ‘Action Groups’. These are member-
driven, and led by ‘Champion’ countries. Action Groups unlock the power of 56 nations and guide the
development of tools and training.
There are 10 action groups, each dedicated to addressing specific ocean issues.
Slide 3: Question
Small drones can be used to answer: ‘Is the abundance of keystone species changing?’
Slide 4: Question
Buoys and other moorings can be used to answer: ‘Is the sea elevation changing?’ and ‘What was
the path of a certain storm?’
Slide 5: Question
Aerial surveys can be used to answer: ‘Are species migrating as a result of global warming?’ and ‘Is the
land changing over time?’
Slide 6: Question
Satellites can be used to answer: ‘Is sea surface temperature changing?’, ‘Is the surface oxygen content
changing?’, and ‘Are there changes in sea ice?’
Slide 7: Question
Observers can be used to answer: ‘Have whale sightings changes in the last year?’ and ‘Has there been
a change in sea birds?’
Slide 8: Question
SCUBA divers can be used to answer: ‘What is the animal behaviour in a certain area?’ and ‘What is the
abundance of delicate organisms?’
Slide 9: Question
Sonar can be used to answer: ‘Where are zooplankton located in your research study?’ and ‘What are
the internal waves like in your research area?’
Slide 3: Why R?
The reason we are using R compared to the other coding languages, is, first of all, it is free. Second of
all, it is interactive. It also has easy linkage with other languages for speed, meaning if you are used to
Python, excel, etc., you can easily transfer that over into the R language. It also has a suite of statistical
functions which we will be learning and using later today, such as linear regression, and it also has
extensive testing for the Comprehensive R Archive Network (otherwise known as CRAN). So CRAN is a
place that when a coding package is created, CRAN is a place where that package becomes published
to. The benefit to CRAN is that in order for a package to get on to CRAN, they must first go through a
suite of testing in order to get on to it. So what this means is that if a user is using a package that is on
CRAN, you can assume that it is a reliable package. Now that doesn't mean that you're not going to
identify bugs in a certain package, but it means for the most part the functionality of the package will be
appropriate. And then lastly we are using R because it contains informative help pages, which we’ll make
use of throughout this workshop.
and click inside of that workshop_material, and then click this little gear, and click “set as working
directory”. Any steps that I just mentioned there for setting the directory are exemplified with
screenshots that show the exact same thing. For the second part of the setup, all you have to do is to
copy and paste this code and directly put it into RStudio. This code is for the second part of this
workshop, when we are dealing with Argo floats data, and when we get to that part of the workshop we’ll
explain what it is happening in each line of this code.