import7500 | R Documentation |
imports data from the li7500 setup described in Halbritter et al (2024)
import7500(path, version = "till2023", plotinfo = FALSE)
path |
location of the files. Note that the function is recursive and will import all the files at the location |
version |
|
plotinfo |
character vector of names to use when separating the
plot info from the file name. Names in the file name have to be separated
with an underscore, ex: |
a dataframe with all data present in the files to import. New
datetime and fluxid columns contain respectively the datetime of
measurements and their original filename. If comments are present, a column
will contain the comments. Measurement informations from the file
names are stored in new columns according to plotinfo
.
Halbritter, A.H., Vandvik, V., Cotner, S.H. et al. Plant trait and vegetation data along a 1314 m elevation gradient with fire history in Puna grasslands, Perú. Sci Data 11, 225 (2024). https://doi.org/10.1038/s41597-024-02980-3
path_pftc7 <- system.file("extdata/pftc7", package = "licoread")
import7500(path_pftc7, version = "post2023")
path_pftc5 <- system.file("extdata/pftc5", package = "licoread")
import7500(path_pftc5,
plotinfo = c("site", "treatment", "date", "plot", "trial"))
path_co2fluxtent <- system.file("extdata/co2fluxtent",
package = "licoread")
import7500(path_co2fluxtent,
plotinfo = c("date", "location", "time_of_day", "trial"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.