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”
1/16/2020
Your group will get a 30 minute slot on Friday to present the results of your group work.
The audience can only take in a finite amount of information.
“Less is more”
# 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'}
This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
For more information see https://bookdown.org/yihui/rmarkdown/ioslides-presentation.html
mizer provides several functions for plotting results. These are listed at https://sizespectrum.org/mizer/dev/reference/plotting_functions.html
There is a notebook at http://rpubs.com/gustav/plots_for_mizer that may be helpful when you need to create other kinds of plots.
“A picture is worth a thousand words”