This function prints the names of bioclimatic variables based on the specified indices.
Examples
bionames() # Print all bioclimatic variable names
#> bio01: Annual Mean Temperature
#> bio02: Mean Diurnal Range
#> bio03: Isothermality
#> bio04: Temperature Seasonality
#> bio05: Max Temperature of Warmest Period
#> bio06: Min Temperature of Coldest Period
#> bio07: Temperature Annual Range
#> bio08: Mean Temperature of Wettest Period
#> bio09: Mean Temperature of Driest Period
#> bio10: Mean Temperature of Warmest Period
#> bio11: Mean Temperature of Coldest Period
#> bio12: Annual Precipitation
#> bio13: Precipitation of Wettest Period
#> bio14: Precipitation of Driest Period
#> bio15: Precipitation Seasonality
#> bio16: Precipitation of Wettest Period
#> bio17: Precipitation of Driest Period
#> bio18: Precipitation of Warmest Period
#> bio19: Precipitation of Coldest Period
#> bio20: Annual Mean Radiation
#> bio21: Highest Period Radiation
#> bio22: Lowest Period Radiation
#> bio23: Radiation Seasonality
#> bio24: Radiation of Wettest Period
#> bio25: Radiation of Driest Period
#> bio26: Radiation of Warmest Period
#> bio27: Radiation of Coldest Period
#> bio28: Annual Mean Moisture Content
#> bio29: Highest Period Moisture Content
#> bio30: Lowest Period Moisture Content
#> bio31: Moisture Content Seasonality
#> bio32: Mean Moisture Content of Most Moist Period
#> bio33: Mean Moisture Content of Least Moist Period
#> bio34: Mean Moisture Content of Warmest Period
#> bio35: Mean Moisture Content of Coldest Period
bionames(c(1, 5, 12)) # Print names for variables 1, 5, and 12
#> bio01: Annual Mean Temperature
#> bio05: Max Temperature of Warmest Period
#> bio12: Annual Precipitation