Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsta/wilsonecosim

Exercises for: Simulating Ecological and Evolutionary Systems in C
https://github.com/jsta/wilsonecosim

Last synced: about 1 month ago
JSON representation

Exercises for: Simulating Ecological and Evolutionary Systems in C

Awesome Lists containing this project

README

        

---
output:
md_document:
variant: markdown_github
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# wilsonecosim

Exercises for Simulating Ecological and Evolutionary Systems in C

## Workflow

### Add a new function

* File -> New File -> C++

* `document()`

* _Build and Reload_

# Exercises for _Simulating Ecological and Evolutionary Systems in C, Will Wilson, 2000_

## Working Exercises
```{r }
library(wilsonecosim)

exercise_2_3_1()
```

## References

[Rcpp for everyone](https://teuder.github.io/rcpp4everyone_en/)

[Rcpp quick ref](https://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-quickref.pdf)

[Adv R - Rcpp](http://adv-r.had.co.nz/Rcpp.html)