Get indices from an xgeo_state
Examples
state <- xgeo_state(matrix(c(1, 2, 3, 4), nrow = 2))
xgeo_indices(state)
#> $point_ids
#> [1] "point_1" "point_2" "point_3" "point_4"
#>
#> $feature_ids
#> [1] "value"
#>
Get indices from an xgeo_state
state <- xgeo_state(matrix(c(1, 2, 3, 4), nrow = 2))
xgeo_indices(state)
#> $point_ids
#> [1] "point_1" "point_2" "point_3" "point_4"
#>
#> $feature_ids
#> [1] "value"
#>