-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.19 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.19 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
29
30
31
Package: fanplot
Type: Package
Title: Visualisation of Sequential Probability Distributions Using Fan Charts
Version: 4.0.1
Authors@R: c(person(c("Guy", "J."), "Abel", role = c("aut", "cre"),
email = "g.j.abel@gmail.com",
comment = c(ORCID = "0000-0002-4893-5687")))
Maintainer: Guy J. Abel <g.j.abel@gmail.com>
Description: Visualise sequential distributions using a range of plotting
styles. Sequential distribution data can be input as either simulations or
values corresponding to percentiles over time. Plots are added to
existing graphic devices using the fan function. Users can choose from four
different styles, including fan chart type plots, where a set of coloured
polygon, with shadings corresponding to the percentile values are layered
to represent different uncertainty levels. Full details in R Journal article; Abel (2015) <doi:10.32614/RJ-2015-002>.
License: GPL-3
Encoding: UTF-8
URL: http://guyabel.github.io/fanplot/
BugReports: https://github.com/guyabel/fanplot/issues/
Depends:
R (>= 3.5)
Imports:
methods
Suggests:
shiny,
RColorBrewer,
colorspace,
zoo,
forecast
LazyData: true
RoxygenNote: 7.3.3