View source: R/utils_refinement.R
| relativities | R Documentation |
Helper function to combine multiple level split definitions into a single
named list suitable for use in add_relativities().
relativities(...)
... |
One or more objects created by |
A named list of data.frames suitable for the relativities
argument in add_relativities().
relativities(
split_level("construction",
c("residential", "commercial", "civil"),
c(1.00, 1.10, 1.25))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.