-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.2 KB
/
DESCRIPTION
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
Package: timeseries
Title: Plotting grouped time series data
Version: 0.2.0
Authors@R:
person(given = "Nicola",
family = "Love",
role = c("aut", "cre"),
email = "[email protected]")
Description: The timeseries package is a data visualization package that currently only
contains `qtseries()` and the `qstacktseries` functions.The `qtseries()` function creates a
point & line time series plot using `ggplot()`, where the x-axis is time (in years) and the
y-axis the variable of interest, grouped by a specified variable. The `qstacktseries` function creates a stacked area plot using
`ggplot()`, where the x-axis is time (in years) and the y-axis the variable of interest,
grouped by a specified variable. This package is useful in the initial stages of data exploration
when users are trying to discover interesting temporal relationships in their data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
ggplot2,
dplyr,
magrittr
Suggests:
testthat,
knitr,
rmarkdown,
gapminder,
rlang
VignetteBuilder: knitr