Learn R Programming

oce (version 0.9-13)

coastline-class: Class to store coastline data

Description

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

Arguments

Methods

Extracting values{Data may be accessed as e.g. coastline[["latitude"]] or coastline[["longitude"]].}

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

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