
## S3 method for class 'coastline':
summary(object, \dots)## S3 method for class 'summary.coastline':
print(x, digits=max(6, getOption("digits")-1), ...)
"coastline"
, usually, a result of a
call to read.coastline
or read.oce
."summary.coastline"
, usually, a
result of a call to summary.coastline
."summary.coastline"
, which contains
pertinent information about the Lobo record and its processing.coastline
object may be read with
read.coastline
and plotted with
plot.coastline
.library(oce)
cl <- read.coastline("7404.dat")
plot(cl)
Run the code above in your browser using DataLab