Learn R Programming

oce (version 0.9-17)

coastline-class: Class to store coastline data

Description

Class to store coastline data, with standard slots metadata (containing fillable and filename), data (containing longitude and latitude) and processingLog.

Arguments

Methods

Extracting values{Positional data may be accessed as e.g. coastline[["longitude"]] or coastline[["latitude"]], with abbreviations (e.g. coastline[["lo"]]) being permitted so long as they are distinct. However, metadata must be named in full.}

Assigning values{Latitude may be changed with e.g. coastline[["longitude"]] <- value, and of course the same can be done for latitude.}

Overview of contents{The show method (e.g. show(coastline)) displays information about the object.}

See Also

Use as.coastline to convert data to this form, read.coastline to read data in various formats, and plot.coastline to plot coastlines.