as.topo: Coerce data into topo dataset
Description
Coerces a dataset into a topo (topographic) dataset.Usage
as.topo(longitude, latitude, z, filename="", history)
Arguments
longitude
a vector of longitudes
latitude
a vector of latitudes
z
a matrix of heights (positive over land)
Value
- An object of
class
"topo"
.