-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.04 KB
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
Package: hmdR
Title: Use Human Mortality Population Database and get "ggplot2" graphs
Version: 0.1
Authors@R: person("Ramanathan", "Perumal", email = "ramamet4@gmail.com", role = c("aut", "cre"))
Description: hmdR package comes alongwith preprocessed "hmd_pop" dataset.
The Human Mortality Database (HMD) was developed to provide detailed population data for analysis
to understand the history of human longevity.
Further, we have collection of functions and layers to enhance 'ggplot2'. The main
function is gghmd_yr(), which can be used to add faceted country plots
to 'ggplot2' scatterplots. Similar to the above function, gghmd_loc() which can be used to
plot seperate country plot with user defined timeframes.
URL: https://github.com/ramamet/hmdR
BugReports: https://github.com/ramamet/hmdR/issues
Depends:
R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
dplyr,
RColorBrewer,
stringr,
rworldmap
RoxygenNote: 5.0.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr