7.2 Interactive Tutorial 4

1. List of R commands covered this week

Function Package
ecoslot.SlotName EcoGenetics
sort base
order base
row.names base
rank base
sample base
is.numeric base
cor stats
plot graphics
with base
lm stats
summary base
abline graphics
points graphics
qplot ggplot2
ggplot ggplot2
aes ggplot2
geom_point ggplot2
geom_smooth ggplot2
xlab, ylab ggplot2

2. General Instructions

a) How to access tutorials

Through RStudio Add-in:

  • Install course Addins in RStudio: library(LandGenCourse)
  • In RStudio, click on Addins (top menu bar)
  • Follow instructions in the Console:
    • type: require(swirl)
    • type: swirl()
    • follow prompts
    • select course (“Landscape_Genetics_R_Course”) and tutorial (Weeks 1 - 8)

b) How to complete tutorial

Follow prompts in the RStudio Console.

To stop and resume a tutorial:

  • to stop and exit swirl, type: bye()
  • to resume where you stopped, type: swirl()

To restart tutorial from beginning:

  • type:swirl()
  • use a different name (simply add a number, like this: ‘MyName2’)

c) How to submit answers (participating institutions only)

The last prompt will ask whether you would like to submit the log of your tutorial session to Google Forms so that your instructor may evaluate your progress. This feature is only available for students from participating institutions.

If you choose ‘yes’, a form will open in your web browser. Complete and submit the form.

You can submit multiple attempts and the best attempt will be graded. You will receive full marks as long as you answered all questions (i.e. did not use ‘skip’). If you used ‘skip’ because you could not answer a question, please contact your instructor for advice.