-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
73 lines (72 loc) · 1.97 KB
/
NAMESPACE
File metadata and controls
73 lines (72 loc) · 1.97 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
# Generated by roxygen2: do not edit by hand
export(convert.to.graph.list)
export(convert2adjacency)
export(create.fw.list)
export(dd.fw)
export(exponent.removal)
export(fw.metrics)
export(is.adjacency.matrix)
export(is.sq.matrix)
export(iterate)
export(pl.removal)
export(rect2square)
export(remove.non.numeric)
export(remove.repeated.names)
export(robustness)
importFrom(Hmisc,all.is.numeric)
importFrom(NetIndices,GenInd)
importFrom(NetIndices,TrophInd)
importFrom(RCurl,basicTextGatherer)
importFrom(RCurl,curlPerform)
importFrom(XML,xmlToList)
importFrom(XML,xmlTreeParse)
importFrom(XML,xpathSApply)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_logticks)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(igraph,V)
importFrom(igraph,as_data_frame)
importFrom(igraph,degree)
importFrom(igraph,degree_distribution)
importFrom(igraph,delete_vertices)
importFrom(igraph,gorder)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,gsize)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(plyr,ldply)
importFrom(randomcoloR,randomColor)
importFrom(rmangal,as.igraph)
importFrom(rmangal,get_collection)
importFrom(rmangal,search_interactions)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_geometry)
importFrom(sf,st_read)
importFrom(sf,st_zm)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPolygons)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,sd)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_length)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(stringr,word)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,tail)