getseabed: This function downloads seabed habitat data from EMODNET...

Description Usage Arguments Value Source Examples

Description

This function downloads seabed habitat data from EMODNET using wms service

Usage

1
getseabed(xmin = -1.3, xmax = 0.3, ymin = 49.2, ymax = 49.9)

Arguments

xmin

A numeric vector of the lower longitude of the spatial area

xmax

A numeric vector of the max longitude of the spatial area

ymin

A numeric vector of the lower latitude of the spatial area

ymax

A numeric vector of the max latitude of the spatial area

Value

A rasterlayer object

Source

https://marinemaps.jrc.ec.europa.eu/

Examples

1
2
3
4
5
  ## Not run: 
img<-getseabed(-1.3,0.3,49.2,49.9)
rasterVis::levelplot(img,par.settings=rasterVis::rasterTheme(region=img@data@attributes[[1]]$color))
  
## End(Not run) 

ldbk/REMODnet documentation built on May 29, 2019, 3:39 a.m.