View source: R/generate_unit.R
generate_unit | R Documentation |
A helper function to generate unit for iBART input
generate_unit(unit, dimension)
unit |
A vector of unit of the primary features. For example, unit <- c("cm", "s"). Then the unit of |
dimension |
A vector of dimension of the units. For example, unit <- c("cm", "s") and dimension <- c(2, 1) mean that the unit of |
A list that contains unit and dimension information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.