read.scintec1 | R Documentation |
reads output data (extension ".mnd") from Scintec atmospheric measurement systems into a list that contains the variable names as names and the values as either matrix or vector.
read.scintec1(files)
files |
array containing names (and path if necessary) of the files to read |
list(different types)
vector |
lenght = n (number of times contained in the file) |
matrix |
dim(n,m) where n is number of times contained in the file and m is
the number of levels |
Clemens Druee
Scintec APRun software manual
mnd <- read.scintec1(system.file("extdata", "example.mnd", package="readmet"))
mnd$CT2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.