-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1000 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1000 Bytes
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
32
33
Package: quantileplot
Version: 0.1.5
Date: 2021-08-15
Title: A Visualization Package for the Quantile Plot
Description: This package creates a bivariate quantile plot. The plot visualizes estimates of the marginal density of X, the conditional density of Y given X at selected values of X, and smooth curves showing trends in quantiles of Y given X as a function of X.
Authors@R:
c(person("Ian", "Lundberg", email = "ianlundberg@ucla.edu", role = c("aut", "cre")),
person("Robin", "Lee", role = "aut"),
person("Brandon", "Stewart", role = "aut"))
RoxygenNote: 7.1.2
Imports:
dplyr,
ggplot2,
ggthemes,
qgam,
labeling,
stats,
gridExtra,
mgcv,
mvtnorm,
reshape2,
tidyr,
rlang
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://ilundberg.github.io/quantileplot/
BugReports: https://github.com/ilundberg/quantileplot/issues