metadata
(containing fillable
and filename
), data
(containing
longitude
and latitude
) and processingLog
.coastline[["longitude"]]
or coastline[["latitude"]]
.} 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.