-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
32 lines (30 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
useDynLib(cheddar)
exportPattern("^[^\\.]")
importFrom("grDevices", "chull", "col2rgb", "rgb")
importFrom("graphics", "abline", "axis", "barplot", "lines", "par",
"plot", "points", "rect", "rug", "segments", "text")
importFrom("stats", "as.formula", "coef", "fitted", "lm", "median",
"sd", "terms", "weighted.mean")
importFrom("utils", "head", "tail", "write.table")
S3method("dim<-", Community)
S3method("dim<-", CommunityCollection)
S3method("length<-", Community)
S3method("length<-", CommunityCollection)
S3method("levels<-", Community)
S3method("levels<-", CommunityCollection)
S3method("names<-", Community)
S3method("names<-", CommunityCollection)
S3method(plot, Community)
S3method(plot, CommunityCollection)
S3method(print, Community)
S3method(print, CommunityCollection)
S3method(subset, CommunityCollection)
S3method(summary, Community)
S3method(summary, CommunityCollection)
S3method('$<-', Community)
S3method('$<-', CommunityCollection)
S3method('[', CommunityCollection)
S3method('[<-', Community)
S3method('[<-', CommunityCollection)
S3method('[[<-', Community)
S3method('[[<-', CommunityCollection)