Skip to content

Commit

Permalink
updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio82 committed Nov 29, 2023
1 parent 612ace1 commit 2c0b060
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions man/vizdraws.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c0b060

Please sign in to comment.