lobo {oce}R Documentation

lobo dataset

Description

This is sample lobo dataset obtained in the Northwest Arm of Halifax by Satlantic.

Usage

data(ctd)

Author(s)

Dan Kelley

Source

The data were downloaded from a web interface at Satlantic as noted below (which may not work in the future):

uri <- paste("http://lobo.satlantic.com/cgi-bin/nph-data.cgi?",
  "min_date=20090301&max_date=20090401",
  "&x=date&",
  "y=current_across1,current_along1,nitrate,fluorescence,salinity,temperature&",
  "data_format=text",sep="")
lobo <- read.lobo(uri)
save(lobo, file="oce/data/lobo.rda")

Examples

library(oce)
data(lobo)
summary(lobo)
plot(lobo)

[Package oce version 0.1-80 Index]