Description Usage Arguments Value Examples
View source: R/class_inheritance.R
Combine two vectors to create waterbody class variants.
1 | class_variants(.class_vec, .variant_vec, .sep = "")
|
.class_vec |
a vector of waterbody class. |
.variant_vec |
a vector of waterbody class variant patterns. |
.sep |
(default = "") a scalar vector indicating how the pasted values should be separated. |
A vector containing the combination of .class_vec
and .variant_vec
.
1 2 3 | class_variants(c("A", "B"), c("", "(T)", "(TS)"))
class_variants(c("A", "B"), c("", "(T)"))
class_variants(c("A", "B"), c(""))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.