Skip to content
Snippets Groups Projects
Commit c21f727c authored by Simeon's avatar Simeon
Browse files

vegdist into NAMESPACE

parent 116a8b9d
No related branches found
No related tags found
No related merge requests found
...@@ -81,4 +81,5 @@ importFrom(magrittr,"%>%") ...@@ -81,4 +81,5 @@ importFrom(magrittr,"%>%")
importFrom(phangorn,dist.ml) importFrom(phangorn,dist.ml)
importFrom(phangorn,phyDat) importFrom(phangorn,phyDat)
importFrom(phangorn,upgma) importFrom(phangorn,upgma)
importFrom(vegan,vegdist)
importFrom(viridisLite,viridis) importFrom(viridisLite,viridis)
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#' #'
#' @import dplyr ggplot2 tidyr #' @import dplyr ggplot2 tidyr
#' @importFrom cowplot get_legend plot_grid #' @importFrom cowplot get_legend plot_grid
#' @importFrom vegan vegdist
#' @importFrom viridisLite viridis #' @importFrom viridisLite viridis
#' #'
#' @examples #' @examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment