-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.1 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
Package: fanplot
Type: Package
Title: Visualisation of Sequential Probability Distributions Using Fan Charts
Version: 4.0.0
Authors@R: c(person(c("Guy", "J."), "Abel", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4893-5687")))
Maintainer: Guy J. Abel <[email protected]>
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-2
URL: http://guyabel.github.io/fanplot/
BugReports: https://github.com/guyabel/fanplot/issues/
Imports:
methods
Depends:
R (>= 2.10)
Suggests:
shiny
LazyData: true