A 'ggplot2' Extension for Visualizing Density, Distribution, Hazard, or Survival Functions using the 'logspline' Package
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
815 B

Package: gglogspline
Type: Package
5 years ago
Title: A 'ggplot2' Extension for Visualizing Density, Distribution, Hazard, or Survival
Functions using the 'logspline' Package
Version: 0.1.0
Date: 2019-06-17
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
5 years ago
Description: Methods are provided to plot a logspline density, distribution function,
hazard function or survival function from a logspline density.
URL: https://gitlab.com/hrbrmstr/gglogspline
BugReports: https://gitlab.com/hrbrmstr/gglogspline/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
5 years ago
ggplot2,
logspline
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1