Construct a spatial feature axis
Examples
sp <- index_space(3, ids = sprintf("f%d", 1:3), namespace = "ex")
fx <- feature_axis(data.frame(.feature_id = sprintf("f%d", 1:3)), space = sp)
axis_ids(fx)
#> [1] "f1" "f2" "f3"
Construct a spatial feature axis
sp <- index_space(3, ids = sprintf("f%d", 1:3), namespace = "ex")
fx <- feature_axis(data.frame(.feature_id = sprintf("f%d", 1:3)), space = sp)
axis_ids(fx)
#> [1] "f1" "f2" "f3"