-
Notifications
You must be signed in to change notification settings - Fork 12
/
_pkgdown.yml
123 lines (111 loc) · 2.22 KB
/
_pkgdown.yml
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
url: https://docs.ropensci.org/tsbox/dev
template:
bootstrap: 5
package: rotemplate
development:
mode: auto
version_label: default
version_tooltip: "Version"
reference:
- title: Convert
desc: >
tsbox is built around a set of converters, which convert time series to each other
contents:
- ts_ts
- ts_xts
- ts_df
- ts_dt
- ts_tbl
- ts_zoo
- ts_tsibble
- ts_tibbletime
- ts_timeSeries
- title: Combine and Separate
desc: >
A set of helper functions to combine multiple time series
contents:
- ts_c
- ts_bind
- ts_chain
- ts_span
- ts_pick
- title: Transform
desc: >
Transformation functions with a unified interface for common time series
opperations
contents:
- ts_scale
- ts_trend
- ts_pc
- ts_pca
- ts_pcy
- ts_diff
- ts_diffy
- ts_index
- ts_lag
- title: Plot and Summary
desc: >
Simple and fast plotting and summary functions
contents:
- ts_summary
- ts_plot
- ts_ggplot
- theme_tsbox
- ts_save
- ts_default
- title: Reshape
desc: >
Reshaping wide data frames into long data frames and back
contents:
- ts_wide
- ts_long
- title: Frequency
desc: >
Functions to manipulate frequency
contents:
- ts_frequency
- ts_regular
- ts_na_omit
- ts_first_of_period
- title: User defined ts-functions
desc: >
`ts_` turns existing functions into functions that can deal with any ts-
boxable time series object. The example functions are useful themself.
contents:
- ts_prcomp
- ts_forecast
- ts_seas
- ts_dygraphs
- ts_
- copy_class
- relevant_class
- ts_boxable
- ts_dts
- title: Arithmetic operators
desc: >
Arithmetic operators can be applied on ts-boxable objects
contents:
- ts_arithmetic
- title: Others
contents:
- tsbox-defunct
- tsbox-package
navbar:
title: ~
type: default
left:
- text: Intro
href: articles/tsbox.html
- text: Reference
href: reference/index.html
- text: Advanced
menu:
- text: User Defined ts-Functions
href: articles/ts-functions.html
- text: Time Conversion and Reguarization
href: articles/convert.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/ropensci/tsbox