gridnysptime | R Documentation |
Values of three covariates for 100 grid locations in New York for the 62 days during the months of July and August, 2006.
Values of three covariates for 100 grid locations in New York for the 62 days during the months of July and August, 2006.
gridnysptime
gridnysptime
An object of class data.frame
with 6200 rows and 11 columns.
An object of class data.frame
with 6200 rows and 11 columns.
It is the same data set as NYgrid data set in the spTimer package, \insertCitespTimer;textualbmstdr. with two added columns providing the UTM X- and Y- coordinates. Each data row is for a particular grid site and day as detailed below.
@format A data frame with 6200 rows and 11 columns:
site index (1 to 100)
Longitude of the site
Latitude of the site
UTM X-coordinate of the site
UTM Y-coordinate of the site
This is 2006 for all the rows
Month taking values 7 for July and 8 for August
Day taking values 1 to 31
Maximum temperature (degree Celsius)
wind speed (nautical mile per hour)
Relative humidity
It is the same data set as NYgrid data set in the spTimer package,
with two added columns providing the UTM X- and Y- coordinates. Each data row is for a particular grid site and day as detailed below.
@format A data frame with 6200 rows and 11 columns:
site index (1 to 100)
Longitude of the site
Latitude of the site
UTM X-coordinate of the site
UTM Y-coordinate of the site
This is 2006 for all the rows
Month taking values 7 for July and 8 for August
Day taking values 1 to 31
Maximum temperature (degree Celsius)
wind speed (nautical mile per hour)
Relative humidity
head(gridnysptime)
summary(gridnysptime[, 9:11])
summary(gridnysptime[, 9:11])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.