-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
S3method("$<-",mortaar_life_table_list)
S3method("[",mortaar_life_table_list)
S3method("[<-",mortaar_life_table_list)
S3method("[[<-",mortaar_life_table_list)
S3method(format,mortaar_life_table)
S3method(format,mortaar_life_table_list)
S3method(lt.correction,default)
S3method(lt.correction,mortaar_life_table)
S3method(lt.correction,mortaar_life_table_list)
S3method(lt.indices,default)
S3method(lt.indices,mortaar_life_table)
S3method(lt.indices,mortaar_life_table_list)
S3method(lt.population_size,default)
S3method(lt.population_size,mortaar_life_table)
S3method(lt.population_size,mortaar_life_table_list)
S3method(lt.population_size,numeric)
S3method(lt.representativity,default)
S3method(lt.representativity,mortaar_life_table)
S3method(lt.representativity,mortaar_life_table_list)
S3method(lt.reproduction,default)
S3method(lt.reproduction,mortaar_life_table)
S3method(lt.reproduction,mortaar_life_table_list)
S3method(lt.sexrelation,default)
S3method(lt.sexrelation,mortaar_life_table)
S3method(plot,mortaar_life_table)
S3method(plot,mortaar_life_table_list)
S3method(print,mortaar_life_table)
S3method(print,mortaar_life_table_list)
export(as.mortaar_life_table)
export(as.mortaar_life_table_list)
export(is.mortaar_life_table)
export(is.mortaar_life_table_list)
export(life.table)
export(lt.correction)
export(lt.indices)
export(lt.population_size)
export(lt.representativity)
export(lt.reproduction)
export(lt.sexrelation)
export(prep.life.table)
importFrom(Rdpack,reprompt)
importFrom(graphics,axis)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(utils,capture.output)