oce (version 1.2-0)

read.xbt.edf: Read a Sippican '.edf' format xbt file

Description

Read a Sippican '.edf' format xbt file

Usage

read.xbt.edf(
  file,
  longitude = NA,
  latitude = NA,
  debug = getOption("oceDebug"),
  processingLog
)

Arguments

file

a connection or a character string giving the name of the file to load.

longitude

optional signed number indicating the longitude in degrees East.

latitude

optional signed number indicating the latitude in degrees North.

debug

a flag that turns on debugging. The value indicates the depth within the call stack to which debugging applies.

processingLog

if provided, the action item to be stored in the log. This parameter is typically only provided for internal calls; the default that it provides is better for normal calls by a user.

Value

An '>xbt object.

Examples

Run this code
# NOT RUN {
library(oce)
xbt <- read.oce(system.file("extdata", "xbt.edf", package="oce"))
summary(xbt)
plot(xbt)

# }

Run the code above in your browser using DataCamp Workspace