Description Usage Arguments Value
Read CDT station format file.
1 | readCDTStationFormat(file, sep = ",", missing = "-99")
|
file |
Full path to the file containing the CDT data |
sep |
The column's separator of the data |
missing |
The missing values flag |
A list object
id: Vector of the points/stations id
lon: Vector of the points/stations longitude
lat: Vector of the points/stations latitude
dates: Vector of the dates or times of the data
data: Matrix of the data, row indicates the dates and column the stations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.