read.toa5 | R Documentation |
reads the contents of a Campbell Scientific table-orientad ASCII format 5 (TOA5) into a data frame, columns are named after the TOA5 vribale names
read.toa5(file)
file |
name (and path if necessary) of the file to read |
data.frame
Clemens Druee
Campbell Scientific CR3000 data logger manual
dat <- read.toa5(system.file("extdata", "example.dat", package="readmet"))
dat$time <- as.POSIXct(dat$TIMESTAMP)
plot (dat$time, dat$AirTC_Avg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.