1/16/2020

Length of presentation

Your group will get a 30 minute slot on Friday to present the results of your group work.

  • 20 minutes presentation
  • 10 minutes questions and discussion

The audience can only take in a finite amount of information.

“Less is more”

Include your code

# Load coarsely tuned parmeters
params <- readRDS("NCME_params.rds")
# Reduce fishing effort on Anchovy
params@initial_effort[3] <- 1/2
# Set stock-recruitment
params <- setRmax(params, rfac = 4)
# Run simulation 
sim <- project(params)

For this start your code chunk with

{r echo=TRUE, results='hide'}

Include your plots

Include your animations

R Markdown

Plotting with ggplot2 or plotly