View source: R/cdtParseStationData_functions.R
| readCDTStationData_allFormat | R Documentation | 
Read CDT station format file.
readCDTStationData_allFormat(file, sep = ",", na.strings = "-99")
| file | character, full path to the file containing the CDT data | 
| sep | character, the column's separator of the data | 
| na.strings | character, the missing values flag | 
A CDT stations data objects. It is a list object with elements
id: Vector of the points/stations id
lon: Vector of the points/stations longitude
lat: Vector of the points/stations latitude
elv: Vector of the points/stations elevation, NULL if there is no elevation data
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.