read.CDTstation: Read CDT station data format

Description Usage Arguments Value

View source: R/cdtUtilities_functions.R

Description

This function reads a CDT station data format.

Usage

1
read.CDTstation(stn.file, sep = ",", na = "-99")

Arguments

stn.file

full path name to the station file (CDT station data format)

sep

the field separator character of the column, default is comma.

na

missing value flag, the default is "-99".

Value

A list of the id, longitude, latitude, elevation (if available) of the stations as a vector, date and the station data as a matrix of dimensions nrow= number of stations and ncol= length of date.


rijaf-iri/CDTMergingF documentation built on May 4, 2020, 9:05 p.m.