Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Package build status Code coverage MIT Licensed - Copyright 2016 EcoHealth Alliance

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-",
  cache.path='~/.vignette_cache/'
)
library(knitcitations)
cite_options(citation_format = 'text', style="html", cite.style = "numeric")
P <- rprojroot::find_rstudio_root_file

African Sustainable Livestock 2050 Avian Influenza Analysis

This repository contains code and analysis for EcoHealth Alliance's Africa Sustainable Livestock 2050 project in collaboration with FAO, specifically for work related to Avian Influenza

This repository is setup as an R package that implements the core model, which is based on Hosseini et al.'s 2013 metapopulation model r citep("10.1371/journal.pone.0080091"). The vignettes/ directory contains interim notes and analyses. References for this project can be found in this Paperpile folder

write.bibtex(file="vignettes/references.bib")
bibliography(style="methods-in-ecology-and-evolution")


ecohealthalliance/metaflu documentation built on May 15, 2019, 7:56 p.m.