-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
133 lines (132 loc) · 3.93 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Generated by roxygen2: do not edit by hand
S3method("[",piar_index)
S3method("[<-",chainable_piar_index)
S3method("[<-",direct_piar_index)
S3method("[<-",piar_index)
S3method("contrib<-",piar_index)
S3method("levels<-",piar_aggregation_structure)
S3method("levels<-",piar_index)
S3method("split<-",piar_index)
S3method("time<-",piar_index)
S3method("weights<-",piar_aggregation_structure)
S3method("window<-",piar_index)
S3method(Math,piar_index)
S3method(Ops,piar_index)
S3method(Summary,piar_index)
S3method(aggregate,chainable_piar_index)
S3method(aggregate,direct_piar_index)
S3method(anyNA,piar_index)
S3method(as.data.frame,piar_aggregation_structure)
S3method(as.data.frame,piar_index)
S3method(as.double,piar_index)
S3method(as.list,piar_aggregation_structure)
S3method(as.matrix,piar_aggregation_structure)
S3method(as.matrix,piar_index)
S3method(as.ts,piar_index)
S3method(as_aggregation_structure,data.frame)
S3method(as_aggregation_structure,default)
S3method(as_aggregation_structure,matrix)
S3method(as_aggregation_structure,piar_aggregation_structure)
S3method(as_index,chainable_piar_index)
S3method(as_index,data.frame)
S3method(as_index,default)
S3method(as_index,direct_piar_index)
S3method(as_index,matrix)
S3method(as_index,mts)
S3method(carry_backward,data.frame)
S3method(carry_backward,default)
S3method(carry_forward,data.frame)
S3method(carry_forward,default)
S3method(chain,chainable_piar_index)
S3method(chain,default)
S3method(chain,direct_piar_index)
S3method(contrib,piar_index)
S3method(contrib2DF,piar_index)
S3method(cut,piar_aggregation_structure)
S3method(elemental_index,data.frame)
S3method(elemental_index,default)
S3method(elemental_index,numeric)
S3method(end,piar_index)
S3method(head,piar_index)
S3method(is.na,piar_index)
S3method(levels,piar_aggregation_structure)
S3method(levels,piar_index)
S3method(mean,chainable_piar_index)
S3method(mean,direct_piar_index)
S3method(merge,chainable_piar_index)
S3method(merge,direct_piar_index)
S3method(merge,piar_index)
S3method(price_relative,data.frame)
S3method(price_relative,default)
S3method(print,piar_aggregation_structure)
S3method(print,piar_index)
S3method(rebase,chainable_piar_index)
S3method(rebase,default)
S3method(rebase,direct_piar_index)
S3method(shadow_price,data.frame)
S3method(shadow_price,default)
S3method(split,piar_index)
S3method(stack,chainable_piar_index)
S3method(stack,direct_piar_index)
S3method(stack,piar_index)
S3method(start,piar_index)
S3method(str,piar_aggregation_structure)
S3method(str,piar_index)
S3method(summary,chainable_piar_index)
S3method(summary,direct_piar_index)
S3method(summary,piar_aggregation_structure)
S3method(tail,piar_index)
S3method(time,piar_index)
S3method(unchain,chainable_piar_index)
S3method(unchain,default)
S3method(unchain,direct_piar_index)
S3method(unstack,chainable_piar_index)
S3method(unstack,direct_piar_index)
S3method(unstack,piar_index)
S3method(update,piar_aggregation_structure)
S3method(weights,piar_aggregation_structure)
S3method(window,piar_index)
export("contrib<-")
export("time<-")
export("weights<-")
export(aggregation_structure)
export(as_aggregation_structure)
export(as_index)
export(carry_backward)
export(carry_forward)
export(chain)
export(contrib)
export(contrib2DF)
export(elemental_index)
export(elementary_index)
export(expand_classification)
export(interact_classifications)
export(is_aggregation_structure)
export(is_chainable_index)
export(is_direct_index)
export(is_index)
export(ntime)
export(price_relative)
export(rebase)
export(set_contrib)
export(set_levels)
export(set_time)
export(set_weights)
export(shadow_price)
export(split_classification)
export(unchain)
importFrom(stats,"window<-")
importFrom(stats,aggregate)
importFrom(stats,as.ts)
importFrom(stats,end)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,update)
importFrom(stats,weights)
importFrom(stats,window)
importFrom(utils,head)
importFrom(utils,stack)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,unstack)