A suite of data objects concerning wind speed analysis.
The dataset contains a multivariate time series of wind speeds,
two network descriptions, a vector of names for weather stations,
and the coordinates of the weather stations.
Usage
data("vswind")
Arguments
Format
This dataset contains six R objects:
vswindts is a ts object with a matrix of 721 rows (t=721) and 102 columns (n=102). This corresponds to 721 observations made through time at
102 weather stations.
vswindnetD is a GNARnet
object containing $edges and $dist.
edges is a list of length 102, with edges[[i]] containing the vertices that node i is connected to.
dist is a list of length 102, with dist[[i]] containing the length of the vertices that node i is connected to.
vswindnet is the same as vswindnetD except that all the distances
are replaced by 1.
vswindnames is a character vector of length 102 containing the wind speed
site names and
vswindcoords is a matrix with 102 rows (one for each wind station) and
two columns providing the x and y coordinates of the weather stations.