metadata
(containing fillable
and filename
), data
(containing
longitude
and latitude
) and processingLog
.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.} coastline[["longitude"]] <- value
, and of course the same can be
done for latitude
.}
show
method (e.g.
show(coastline)
) displays information about the object.}
as.coastline
to convert data to this form,
read.coastline
to read data in various formats, and
plot.coastline
to plot coastlines.