-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
62 lines (61 loc) · 1.56 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by roxygen2: do not edit by hand
S3method(print,lambdas)
export(entropy)
export(get_maxent)
export(ic)
export(import_maxent)
export(limiting)
export(maxent_versions)
export(n_features)
export(parse_lambdas)
export(project)
export(read_mxe)
export(similarity)
export(simplify)
export(to_cloglog)
export(to_logistic)
importClassesFrom(dismo,MaxEnt)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,is.data.table)
importFrom(dismo,maxent)
importFrom(httr,GET)
importFrom(httr,config)
importFrom(httr,set_config)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,write_disk)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(raster,"res<-")
importFrom(raster,as.data.frame)
importFrom(raster,as.factor)
importFrom(raster,cellFromXY)
importFrom(raster,compareRaster)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,init)
importFrom(raster,levels)
importFrom(raster,mask)
importFrom(raster,nlayers)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(raster,stackApply)
importFrom(raster,unstack)
importFrom(raster,values)
importFrom(raster,which.max)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,plogis)
importFrom(stats,setNames)
importFrom(usdm,vifcor)
importFrom(utils,count.fields)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(xml2,read_html)