-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
92 lines (91 loc) · 2.35 KB
/
Copy pathNAMESPACE
File metadata and controls
92 lines (91 loc) · 2.35 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,NINA)
S3method(print,NINA)
S3method(summary,NINA)
export(BC_model)
export(EC_model)
export(EN_model)
export(assemble_models)
export(cluster_regions)
export(combine_regions)
export(estimate_betas)
export(estimate_niche)
export(estimate_w)
export(load_model)
export(models_evaluation)
export(niche_comparison)
export(niche_overlap)
export(niche_parameters)
export(niche_position)
export(pairwise_niche_overlap)
export(prob_to_PA)
export(raster_projection)
export(read_niche)
export(reverse_list)
export(sample_pseudoabsences)
export(save_model)
export(simulate_niche)
export(split_data)
export(write_niche)
import(ggplot2)
import(gridExtra)
import(sp)
importFrom(NbClust,NbClust)
importFrom(ade4,dudi.pca)
importFrom(adehabitatHR,kernelUD)
importFrom(adehabitatMA,ascgen)
importFrom(car,dataEllipse)
importFrom(ecospat,ecospat.grid.clim.dyn)
importFrom(ecospat,ecospat.niche.overlap)
importFrom(ecospat,ecospat.plot.contrib)
importFrom(ecospat,ecospat.sample.envar)
importFrom(fpc,dbscan)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(plotrix,addtable2plot)
importFrom(plyr,ldply)
importFrom(raster,Which)
importFrom(raster,as.data.frame)
importFrom(raster,as.matrix)
importFrom(raster,cellStats)
importFrom(raster,compareRaster)
importFrom(raster,crs)
importFrom(raster,extend)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,image)
importFrom(raster,maxValue)
importFrom(raster,raster)
importFrom(raster,rasterFromXYZ)
importFrom(raster,rasterize)
importFrom(raster,res)
importFrom(raster,resample)
importFrom(raster,stack)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(raster,xyFromCell)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPolygons)
importFrom(sp,plot)
importFrom(spatialEco,raster.gaussian.smooth)
importFrom(stats,cor.test)
importFrom(stats,cov.wt)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(viridis,viridis)