Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsta/wilsonecosim
- Owner: jsta
- Created: 2017-09-25T14:35:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T16:01:10.000Z (almost 7 years ago)
- Last Synced: 2024-06-11T17:09:24.614Z (7 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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)