-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (161 loc) · 13.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<!-- Generated by pkgdown: do not edit by hand --><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simulate Agricultural Production and Evolution of Pesticide Resistance • resevol</title>
<!-- jquery --><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script><!-- Bootstrap --><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script><!-- bootstrap-toc --><link rel="stylesheet" href="bootstrap-toc.css">
<script src="bootstrap-toc.js"></script><!-- Font Awesome icons --><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous">
<!-- clipboard.js --><script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script><!-- headroom.js --><script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script><!-- pkgdown --><link href="pkgdown.css" rel="stylesheet">
<script src="pkgdown.js"></script><meta property="og:title" content="Simulate Agricultural Production and Evolution of Pesticide Resistance">
<meta property="og:description" content="Simulates individual-based models of agricultural pest management
and the evolution of pesticide resistance. Management occurs on a spatially
explicit landscape that is divided into an arbitrary number of farms that
can grow one of up to 10 crops and apply one of up to 10 pesticides. Pest
genomes are modelled in a way that allows for any number of pest traits with
an arbitrary covariance structure that is constructed using an evolutionary
algorithm in the mine_gmatrix() function. Simulations are then run using the
run_farm_sim() function. This package thereby allows for highly mechanistic
social-ecological models of the evolution of pesticide resistance under
different types of crop rotation and pesticide application regimes.">
<!-- mathjax --><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#toc">
<div class="container template-home">
<header><div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="index.html">resevol</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">0.3.4.0</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="articles/resevol.html">Get started</a>
</li>
<li>
<a href="reference/index.html">Reference</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Articles
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="articles/advanced_techniques.html">Advanced techniques</a>
</li>
<li>
<a href="articles/evolutionary_algorithm.html">The evolutionary algorithm</a>
</li>
</ul>
</li>
<li>
<a href="news/index.html">Changelog</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://bradduthie.github.io/resevol/notebook/" class="external-link">Lab notebook</a>
</li>
<li>
<a href="https://github.com/bradduthie/resevol" class="external-link">
<span class="fa fa-github"></span>
</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.container -->
</div>
<!--/.navbar -->
</header><div class="row">
<div class="contents col-md-9">
<p><img src="https://raw.githubusercontent.com/bradduthie/resevol/6b5f68620fb1f45f0bfdc5aa4e853a8305d04bf5/notebook/images/resevol_logo.png"></p>
<p><a href="https://cran.r-project.org/package=resevol" class="external-link"><img src="http://www.r-pkg.org/badges/version/resevol?color=yellowgreen"></a> <a href="https://cranlogs.r-pkg.org:443/badges/grand-total/resevol" class="external-link"><img src="https://cranlogs.r-pkg.org:443/badges/grand-total/resevol?color=yellowgreen"></a> <a href="https://cranlogs.r-pkg.org:443/badges/last-month/resevol" class="external-link"><img src="https://cranlogs.r-pkg.org:443/badges/last-month/resevol?color=yellowgreen"></a></p>
<div class="section level2">
<h2 id="resistance-evolution-resevol-simulation-package">Resistance Evolution (resevol) simulation package<a class="anchor" aria-label="anchor" href="#resistance-evolution-resevol-simulation-package"></a>
</h2>
<p><strong>The resevol R package is a tool for simulating social-ecological individual-based models (IBMs) for the ecology and evolution of agricultural pest species. Simulations model a spatially explicit landscape broken down into one or more independent farms on which one of up to 10 crops can be grown and one of up to 10 pesticides can be applied. Crop and pesticide application can be rotated during a simulation at different spatial and temporal scales to simulate the effects of heterogeneity of pest environment. Haploid or diploid pest genomes are modelled explicitly with an arbitrary number of loci that map to any number of traits. This mapping of loci to traits can be set with a pre-specified trait correlation structure, which is found using an evolutionary algorithm run using the mine_gmatrix() function. Individual pest traits can affect movement, reproduction, feeding, pesticide tolerance, metabolism, and other individual characteristics. Simulations of pest populations dynamics run with the run_sim_farm() function can track individual pest locations, pedigree, behaviour, and trait evolution.</strong></p>
<hr>
<p><em>This software was developed as part of the project for <a href="https://gtr.ukri.org/projects?ref=BB%2FS018956%2F1" class="external-link">Enhancing Diversity to Overcome Resistance Evolution</a> (ENDORSE) led by <a href="https://lucbussiere.com/" class="external-link">Dr Luc Bussière</a>, <a href="https://www.fcav.unesp.br/#!/docentes/ricardo-antonio-polanczyk/" class="external-link">Dr Ricardo Polanczyk</a>, and <a href="https://www.stir.ac.uk/people/256411" class="external-link">Dr Matthew Tinsley</a> (Co-Investigators: <a href="https://www.stir.ac.uk/people/257162" class="external-link">Nils Bunnefeld</a>, <a href="https://www.cabi.org/cabi-people/yelitza-colmenarez/" class="external-link">Yelitza Colmenarez</a>, <a href="https://www.cabi.org/cabi-people/natalia-corniani/" class="external-link">Natália Corniani</a>, <a href="https://bv.fapesp.br/en/pesquisador/46301/renata-de-lima/" class="external-link">Renata de Lima</a>, <a href="https://bradduthie.github.io" class="external-link">Brad Duthie</a>, <a href="https://www.cabi.org/cabi-people/steven-edgington/" class="external-link">Steve Edgington</a>, <a href="https://bv.fapesp.br/en/pesquisador/3059/leonardo-fernandes-fraceto/" class="external-link">Leonardo Fraceto</a>, <a href="https://www.cabi.org/cabi-people/belinda-luke/" class="external-link">Belinda Luke</a>, and <a href="https://sites.google.com/site/rosemarygmangan/home" class="external-link">Rosie Mangan</a>). The ENDORSE project is a joint Newton funded international partnership between the Biotechnology and Biological Sciences Research Council (BBSRC) in the UK and the São Paulo Research Foundation (FAPESP) in Brazil under BBSRC award reference BB/S018956/1 and FAPESP award reference 2018/21089-3. ENDORSE is a partnership among Universidade Estadual Paulista (UNESP), the University of Stirling (UoS), and the Centre for Agricultural and Biosciences International (CABI). This software package is authored by <a href="https://github.com/bradduthie" class="external-link">Brad Duthie</a> and <a href="https://github.com/rosemckeon" class="external-link">Rose McKeon</a>, and is maintained by <a href="https://github.com/bradduthie" class="external-link">Brad Duthie</a>.</em></p>
<hr>
</div>
<div class="section level2">
<h2 id="installation">Installation<a class="anchor" aria-label="anchor" href="#installation"></a>
</h2>
<p><strong>Install from CRAN</strong></p>
<p>To install <a href="https://CRAN.R-project.org/package=resevol" class="external-link">this package</a> from CRAN.</p>
<pre><code><span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html" class="external-link">install.packages</a></span><span class="op">(</span><span class="st">"resevol"</span><span class="op">)</span></span></code></pre>
<p><strong>Install with GitHub</strong></p>
<p>To install this package from GitHub, make sure that the <code>devtools</code> library is installed.</p>
<pre><code><span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html" class="external-link">install.packages</a></span><span class="op">(</span><span class="st">"devtools"</span><span class="op">)</span></span>
<span><span class="kw"><a href="https://rdrr.io/r/base/library.html" class="external-link">library</a></span><span class="op">(</span><span class="va"><a href="https://devtools.r-lib.org/" class="external-link">devtools</a></span><span class="op">)</span></span></code></pre>
<p>Use <code>install_github</code> to install using <code>devtools</code>.</p>
<pre><code><span><span class="fu"><a href="https://remotes.r-lib.org/reference/install_github.html" class="external-link">install_github</a></span><span class="op">(</span><span class="st">"bradduthie/resevol"</span><span class="op">)</span></span></code></pre>
</div>
<div class="section level2">
<h2 id="documentation">Documentation<a class="anchor" aria-label="anchor" href="#documentation"></a>
</h2>
<p>To get started with the resevol package, we strongly recommend first reading through the <strong>Get Started</strong> vignette.</p>
</div>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar">
<div class="links">
<h2 data-toc-skip>Links</h2>
<ul class="list-unstyled">
<li><a href="https://cloud.r-project.org/package=resevol" class="external-link">View on CRAN</a></li>
<li><a href="https://github.com/bradduthie/resevol/" class="external-link">Browse source code</a></li>
<li><a href="https://github.com/bradduthie/resevol/issues" class="external-link">Report a bug</a></li>
</ul>
</div>
<div class="license">
<h2 data-toc-skip>License</h2>
<ul class="list-unstyled">
<li>GPL (>=2)</li>
</ul>
</div>
<div class="citation">
<h2 data-toc-skip>Citation</h2>
<ul class="list-unstyled">
<li><a href="authors.html#citation">Citing resevol</a></li>
</ul>
</div>
<div class="developers">
<h2 data-toc-skip>Developers</h2>
<ul class="list-unstyled">
<li>A. Bradley Duthie <br><small class="roles"> Author, maintainer </small> <a href="https://orcid.org/0000-0001-8343-4995" target="orcid.widget" aria-label="ORCID" class="external-link"><span class="fab fa-orcid orcid" aria-hidden="true"></span></a> </li>
<li>Rose McKeon <br><small class="roles"> Author, contractor </small> </li>
<li><a href="authors.html">More about authors...</a></li>
</ul>
</div>
</div>
</div>
<footer><div class="copyright">
<p></p>
<p>Developed by A. Bradley Duthie, Rose McKeon.</p>
</div>
<div class="pkgdown">
<p></p>
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.7.</p>
</div>
</footer>
</div>
</body>
</html>