-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
33 lines (28 loc) · 1.07 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
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# IMPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
importFrom("R.methodsS3", "setMethodS3")
importFrom("R.oo", "throw")
importFrom("R.methodsS3", "pkgStartupMessage")
importFrom("grDevices", "dev.off")
importFrom("graphics", "lines", "par", "points")
importFrom("utils", "capture.output", "example", "read.table", "str", "write.table")
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# EXPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Export all public methods, that is, those without a preceeding dot
# in their names.
exportPattern("^[^\\.]")
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# DECLARATIONS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# cfit
S3method("drawApex", "cfit")
S3method("lines", "cfit")
S3method("lines3d", "cfit")
S3method("points", "cfit")
S3method("points3d", "cfit")
S3method("radials", "cfit")
S3method("getEdges", "cfit")
# matrix
S3method("cfit", "matrix")