Package: ggfan
Type: Package
Title: Summarise a Distribution Through Coloured Intervals
Description: Implements the functionality of the 'fanplot' package as 'geoms' 
  for 'ggplot2'. Designed for summarising MCMC samples from a posterior 
  distribution, where a visualisation is desired for several values of a 
  continuous covariate. Increasing posterior intervals of the sampled quantity 
  are mapped to a continuous colour scale.
Version: 0.1.3
Authors@R: person("Jason", "Hilton", email = "jason_hilton@yahoo.com",
  role = c("aut", "cre"))
License: GPL-2 | file LICENSE
LazyData: TRUE
Depends:
 R (>= 3.1)
Imports:
  ggplot2,
  colorspace,
  dplyr,
  stats,
  grid,
  rstan
Suggests: testthat,
    knitr,
    rmarkdown,
    tidyr,
    magrittr,
    tibble
URL: https://github.com/jasonhilton/ggfan
BugReports: https://github.com/jasonhilton/ggfan/issues
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8
