Description Usage Arguments Details Value
Convert output from the grDevices::contourLines()
function to an sf::sfc object
1 | contours_as_sfg(lst, vals, crs = 4326)
|
lst |
List as returned from the |
vals |
A vector of depth values to use. Each will be filtered and the returned list will hakev one element for each depth |
crs |
Coordinate reference system represented by an integer |
Creates a list of LINESTRING
objects which represent contours on the BC coast.
The data are transformed to NAD83 for congruence with the rest of this package.
An sf::sfc object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.