-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
taddallas
committed
Nov 18, 2020
1 parent
a34f797
commit 1333e2b
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### *insectDisease*: insect disease data from the USDA packaged as an R package | ||
|
||
|
||
### Install | ||
|
||
Install from GitHub using the code below. | ||
|
||
```r | ||
|
||
# install.packages("devtools") | ||
devtools::install_github("viralemergence/insectDisease") | ||
library("insectDisease") | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
### vignettes | ||
|
||
The raw data can be called using the `data()` function on the various files within the `R` folder. In the `vignette` folder, there is some code that processes the data and organizes it as an edgelist for the three groups of parasites present in the data; protozoans, nematodes, and viruses. | ||
|
||
|
||
|