read.lobo(file, cols=7, processingLog)
class
"lobo"
, which has the
following slots:list
containing the following vectors:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]header
, the header from the data file.oce
format. It is also worth noting that there is no read.oce
equivalent to read.lobo
, because the file format has no
recognizable header.
lobo-class
explains the structure
of LOBO objects, and also outlines the other functions dealing with them.library(oce)
uri <- paste("http://lobo.satlantic.com/cgi-bin/nph-data.cgi?",
"min_date=20070220&max_date=20070305",
"&x=date&",
"y=current_across1,current_along1,nitrate,fluorescence,salinity,temperature&",
"data_format=text",sep="")
lobo <- read.lobo(uri)
Run the code above in your browser using DataLab