Character vector of 20 predictor variable names corresponding to the layers of the environmental raster returned by andalusia_extra(), covering Landsat reflectance (7), rainfall (2), solar radiation (2), temperature (4), and topography (5). These are not columns in andalusia; use terra::extract() to attach them to the point data.
Usage
data(andalusia_predictors)See also
Other andalusia:
andalusia,
andalusia_extra(),
andalusia_responses
Examples
data(andalusia_predictors)
andalusia_predictors
#> [1] "landsat_band_1" "landsat_band_2" "landsat_band_3"
#> [4] "landsat_band_4" "landsat_band_5" "landsat_band_6"
#> [7] "landsat_ndvi" "rainfall_annual" "rainfall_summer"
#> [10] "solar_radiation_summer" "solar_radiation_winter" "temperature_summer_max"
#> [13] "temperature_summer_min" "temperature_winter_max" "temperature_winter_min"
#> [16] "topography_eastness" "topography_elevation" "topography_northness"
#> [19] "topography_position" "topography_slope"
