openplantpathology/hagis v3.0.0
Authors/Creators
- 1. University of Southern Queensland
- 2. Michigan State University
- 3. Imperial College London
Description
plot()is now defunct. Useautoplot()to plot hagis objects in place ofplot(). This is to avoid the side-effect of generating and displaying a plot every timeplot()is called, which can be troublesome when using ggplot2 themes since it created two plots, the original with the base theme and the new themed plot
Rename output column
N_susctoN_virulent_isolatesDon't round results from
summarize_gene()orcalculate_complexities()before returning values to userImplement fix suggested by @zkamvar to ensure that the user-input data is not changed from a
data.frameortibbleobject to adata.tableobject in the R sessionAdd ability to sort graph x-axis in ascending or descending order based on the y-axis values rather than only by gene or complexity.
Move example data set into internal data and provide documentation for them
Provide documentation for how diversity indices are calculated along with mathematical notation where possible to display
Calculate Shannon and Simpson indices internally rather than rely on vegan to reduce number of Dependencies
Replace the term
fieldwithcolumnin documentationTest coverage now 100 %
Add funding agencies to DESCRIPTION Authors@R field
Files
openplantpathology/hagis-v3.0.0.zip
Files
(119.7 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:e3bd088cf8f07326a6fd601fa162a94e
|
119.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/openplantpathology/hagis/tree/v3.0.0 (URL)