-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,25 @@ Date: 2022-02-04 | |
Authors@R: c( | ||
person("Ignacio", "Martinez", email = "[email protected]", role = c("aut", "cre")), | ||
person("Linus", "Marco", email = "[email protected]", role = "aut"), | ||
person("Dan", "Thal", email = "[email protected]", role = "aut")) | ||
person("Dan", "Thal", email = "[email protected]", role = "aut") | ||
) | ||
Description: Interactive visualization for Bayesian prior and posterior distributions. | ||
When both distributions are provided the animation shows a transition from | ||
prior to posterior. Finally, the animation splits the distribution using the provided | ||
'breaks' into bars that show the probability for each region. | ||
If no 'breaks' are providers it will use zero by default. | ||
This package facilitates an animated transition between prior and posterior distributions. | ||
Additionally, it splits the distribution into bars based on the provided 'breaks,' displaying | ||
the probability for each region. If no 'breaks' are provided, it defaults to zero. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
URL: https://github.com/ignacio82/vizdraws/, https://vizdraws.martinez.fyi/ | ||
URL: https://github.com/ignacio82/vizdraws/ | ||
https://vizdraws.martinez.fyi/ | ||
Imports: | ||
dplyr, | ||
htmlwidgets, | ||
magrittr, | ||
stats, | ||
stringr | ||
Suggests: | ||
glue | ||
RoxygenNote: 7.1.1 | ||
Suggests: | ||
glue, | ||
knitr, | ||
rmarkdown | ||
RoxygenNote: 7.2.1 | ||
VignetteBuilder: knitr |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.