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 |
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 |
ITEpos |
numeric value: value of the position (number of column) in the ASCII file of integration time of the incoming radiance |
ITLpos |
numeric value: value of the position (number of column) in the ASCII file of integration time of the reflected radiance |
datepos |
numeric value: value of the position (number of column) in the ASCII file of integration time of the date |
timepos |
numeric value: value of the position (number of column) in the ASCII file of integration time of the time |
cyclenrpos |
numeric value: value of the position (number of column) in the ASCII file of integration time of the cycle number |
temp1pos |
numeric value: value of the position (number of column) in the ASCII file of integration time of the first temperature sensor |
temp2pos |
numeric value: value of the position (number of column) in the ASCII file of integration time of the second temperature sensor |
temp3pos |
numeric value: value of the position (number of column) in the ASCII file of integration time of the third temperature sensor |
insideH |
numeric value: value of the position (number of column) in the ASCII file of integration time of the first humidity sensor |
outsideH |
numeric value: value of the position (number of column) in the ASCII file of integration time of the second humidity sensor |
list containing the RoX data 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<-ReadRoX(filename = filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.