This data set is for space-time models that require latitude and longitude, or coordinates. This data set consists of the minimum, mean, and maximum temperatures in Texas for 13 months.
data(demontexas)This data frame contains 369 rows of sites in Texas and 43 columns. The following data dictionary describes each variable or column.
ElevationThis is the elevation of the site.
LatitudeThis is the latitude of the site.
LongitudeThis is the longitude of the site.
GulfThis is a gulf indicator of the site.
Max1This is the maximum temperature in month 1.
Max2This is the maximum temperature in month 2.
Max3This is the maximum temperature in month 3.
Max4This is the maximum temperature in month 4.
Max5This is the maximum temperature in month 5.
Max6This is the maximum temperature in month 6.
Max7This is the maximum temperature in month 7.
Max8This is the maximum temperature in month 8.
Max9This is the maximum temperature in month 9.
Max10This is the maximum temperature in month 10.
Max11This is the maximum temperature in month 11.
Max12This is the maximum temperature in month 12.
Max13This is the maximum temperature in month 13.
Mean1This is the mean temperature in month 1.
Mean2This is the mean temperature in month 2.
Mean3This is the mean temperature in month 3.
Mean4This is the mean temperature in month 4.
Mean5This is the mean temperature in month 5.
Mean6This is the mean temperature in month 6.
Mean7This is the mean temperature in month 7.
Mean8This is the mean temperature in month 8.
Mean9This is the mean temperature in month 9.
Mean10This is the mean temperature in month 10.
Mean11This is the mean temperature in month 11.
Mean12This is the mean temperature in month 12.
Mean13This is the mean temperature in month 13.
Min1This is the minimum temperature in month 1.
Min2This is the minimum temperature in month 2.
Min3This is the minimum temperature in month 3.
Min4This is the minimum temperature in month 4.
Min5This is the minimum temperature in month 5.
Min6This is the minimum temperature in month 6.
Min7This is the minimum temperature in month 7.
Min8This is the minimum temperature in month 8.
Min9This is the minimum temperature in month 9.
Min10This is the minimum temperature in month 10.
Min11This is the minimum temperature in month 11.
Min12This is the minimum temperature in month 12.
Min13This is the minimum temperature in month 13.