-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 893 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,LifeTable)
export("prob<-")
export("radix<-")
export("showFun<-")
export("showQuantiles<-")
export("showTotal<-")
export(LifeTable)
export(Sx)
export(convertToMx)
export(lifeExpectancy)
export(lifeTableFun)
export(prob)
export(radix)
export(showFun)
export(showQuantiles)
export(showTotal)
exportClasses(LifeTable)
exportMethods("prob<-")
exportMethods("radix<-")
exportMethods("showFun<-")
exportMethods("showQuantiles<-")
exportMethods("showTotal<-")
exportMethods(Sx)
exportMethods(as.data.frame)
exportMethods(collapseIntervals)
exportMethods(lifeExpectancy)
exportMethods(lifeTableFun)
exportMethods(prob)
exportMethods(radix)
exportMethods(show)
exportMethods(showFun)
exportMethods(showQuantiles)
exportMethods(showTotal)
import(methods)
importFrom(dembase,collapseIntervals)
useDynLib(demlife, .registration = TRUE)