View source: R/family_branch.R
family_branch | R Documentation |
Create a new family branch.
family_branch(..., name = NULL)
... |
branch definition expressions. |
name |
(optional) Name for the new family. |
a family_branch
object.
Other family branch functions:
add_family_branch()
# Define a family branch.
model_distributions <- family_branch(
gaussian, poisson(link = "log")
)
# Create a mverse and add the branch.
mv <- create_multiverse(hurricane) %>%
add_family_branch(model_distributions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.