Returns the units for each dimension (e.g., "nm", "min").
Examples
m2d <- new_measure_nd_tbl(
location_1 = 1:10,
location_2 = rep(1:2, each = 5),
value = rnorm(10),
dim_units = c("min", "nm")
)
measure_dim_units(m2d)
#> [1] "min" "nm"
Returns the units for each dimension (e.g., "nm", "min").
m2d <- new_measure_nd_tbl(
location_1 = 1:10,
location_2 = rep(1:2, each = 5),
value = rnorm(10),
dim_units = c("min", "nm")
)
measure_dim_units(m2d)
#> [1] "min" "nm"