- Notifications
You must be signed in to change notification settings - Fork9
A stable isotope mixing model in R
andrewcparnell/simmr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Welcome to simmr!
simmr is a Bayesian stable isotope mixing model implemented in R which also usesJAGS. It is intended as a replacement to theSIAR package.
If you want the official stable version of the package from CRAN then go to R and type:
install.packages('simmr')You can then load the package and view either the quick start or the full user manuals with:
library(simmr)vignette("simmr")vignette("quick_start")Alternatively you can install the latest development version of the package in R with the commands:
if(!require(remotes)) install.packages('remotes')remotes::install_github('andrewcparnell/simmr')You can then load the package with
library(simmr)... and look at the user manuals via:
vignette('simmr')vignette('quick_start')vignette('advanced_plotting')About
A stable isotope mixing model in R
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
