Skip to contents

Character vector of 20 predictor variable names from linaria, covering Landsat reflectance (7), rainfall (2), solar radiation (2), temperature (4), and topography (5).

Usage

data(linaria_predictors)

Format

A character vector of length 20.

See also

Examples

data(linaria_predictors)
linaria_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"