Description Usage Arguments Value Author(s) Examples
Read Data from csv files saved by D-FloX
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ReadDFloX(filename, sep = ";", na.strings = "#N/D", header = FALSE,
Ename = "QE_WR", dcEname = "QE_DC_WR", Lname = "QE_VEG",
dcLname = "QE_DC_VEG", E2name = "QE_WR2", ITEpos = 6, ITLpos = 8,
ITL2pos = 10, datepos = 2, timepos = 3, cycletimepos = 12,
cyclenrpos = 1, temp1pos = 14, temp2pos = 16, temp3pos = 18,
temp4pos = 20, floxfluoApos = 26, floxfluoBpos = 28, insideH = 22,
outsideH = 24, GPStimepos = 31, GPSdatepos = 33, GPSLATpos = 35,
GPSLONpos = 37)
|
filename |
character value or vector: names of the file(s) to be opened |
sep |
the field separator character |
na.strings |
|
header |
logical value indicating whether the file contains the names of the variables as its first line |
Ename |
character value: string of the name in the ASCII file of the solar radiance vector, if any |
dcEname |
character value: string of the name in the ASCII file of the dark current vector acquired with same integration time of solar irradiance, if any |
Lname |
character value: string of the name in the ASCII file of the reflected radiance vector, if any |
dcLname |
character value: string of the name in the ASCII file of the dark current vector acquired with same integration time of reflected radiance vector, if any |
E2name |
character value: string of the name in the ASCII file of the reflected radiance vector collected at double IT, if any |
ITEpos |
numeric value: value of the position (number of column) in the ASCII file of the incoming radiance |
ITLpos |
numeric value: value of the position (number of column) in the ASCII file of the reflected radiance |
ITL2pos |
numeric value: value of the position (number of column) in the ASCII file of the reflected radiance with double IT |
datepos |
numeric value: value of the position (number of column) in the ASCII file of the date |
timepos |
numeric value: value of the position (number of column) in the ASCII file of the time |
cycletimepos |
numeric value: value of the position (number of column) in the ASCII file of the cycle length |
cyclenrpos |
numeric value: value of the position (number of column) in the ASCII file of the cycle number |
temp1pos |
numeric value: value of the position (number of column) in the ASCII file of the first temperature sensor |
temp2pos |
numeric value: value of the position (number of column) in the ASCII file of the second temperature sensor |
temp3pos |
numeric value: value of the position (number of column) in the ASCII file of the third temperature sensor |
temp4pos |
numeric value: value of the position (number of column) in the ASCII file of the fourth temperature sensor |
floxfluoApos |
numeric value: value of the position (number of column) in the ASCII file of the FloX O2A fluo estimate |
floxfluoBpos |
numeric value: value of the position (number of column) in the ASCII file of the FloX O2B fluo estimate |
insideH |
numeric value: value of the position (number of column) in the ASCII file of the first humidity sensor |
outsideH |
numeric value: value of the position (number of column) in the ASCII file of the second humidity sensor |
GPStimepos |
numeric value: value of the position (number of column) in the ASCII file of the GPS time |
GPSdatepos |
numeric value: value of the position (number of column) in the ASCII file of the GPS date |
GPSLATpos |
numeric value: value of the position (number of column) in the ASCII file of the GPS LAT |
GPSLONpos |
numeric value: value of the position (number of column) in the ASCII file of the GPS LON |
list containing the FloX data from QE spectrometer and ancillary data collected by the system
Tommaso Julitta, Mirco Migliavacca, Thomas Wutzler
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
#Define path and filename
filename<-"..."
#load data
dat<-ReadDFloX(filename = filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.