-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.11 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(.select_by_max_vif)
export(.select_by_preference)
export(.vif_to_df)
export(dfFrom4D)
export(import4D)
export(importASC)
export(importTIF)
export(m_weights)
export(makeVirtualSpecies)
export(plotVariable)
export(prepareTrainingData)
export(reduceSpatialCorrelation)
export(s_auto)
export(s_biserial_cor)
export(s_cor)
export(s_cor_auto)
export(s_plot_density)
export(s_vif_auto)
export(testSpatialCorrelation)
import(dplyr)
import(ggplot2)
import(leaflet)
import(tibble)
import(utils)
import(virtualspecies)
importFrom(magrittr,"%>%")
importFrom(stats, cor.test, na.omit, quantile, rnorm, pf, lm, as.formula, cor, hclust, cutree, as.dist)
importFrom(ape, Moran.I)
importFrom(HH, vif)
importFrom(data.table, rbindlist)
importFrom(geosphere, distm, distGeo)
importFrom(utils, globalVariables)
importFrom(raster, raster, stack, brick, as.data.frame, crs)
importFrom(dplyr, filter, rename, arrange, slice, select, inner_join)
importFrom(tibble, rownames_to_column)
importFrom(tidyr, pivot_longer)
importFrom(virtualspecies, generateSpFromFun, convertToPA, sampleOccurrences)