scintec1.variables | R Documentation |
get timeseries of non-profile variables from a a Scintec atmospheric profiler data format "Format-1" (extension ".mnd")
scintec1.variables(file, header = list())
file |
name (and path if necessary) of the file to read |
header |
optionally, instead of reading the header from the file again,
the output of a previous call to |
data.frame; each entry corresponds to one variable. The columns are:
label |
Name of variable |
symbol |
short name; corresponds to list name in scintec1.profile,scintec1.nonprofile, and read.scintec1 |
unit |
physical unit |
type |
code describing for example averaging, profile/nonprofile, measured, derived or assimilated. See Scintec Software Manual |
error.mask |
See Scintec Software Manual |
gap.value |
value in files representing missing values of this variable |
Clemens Druee
Scintec APRun software manual
vars <- scintec1.variables(system.file("extdata", "example.mnd", package="readmet"))
head(vars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.