gethumactpointall: This function downloads all the human activities point data...

Description Usage Arguments Value Source Examples

Description

This function downloads all the human activities point data from EMODNET using wfs service

Usage

1
gethumactpointall(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 data frame

Source

http://www.emodnet-humanactivities.eu

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 	
library(REMODnet)
library(mapdata)
library(ggplot2)
ha<-gethumactpointall(-1,1,49,51)
ggplot(ha,aes(x=x,y=y,color=type))+
borders("worldHires",xlim=range(ha$x),ylim=range(ha$y),fill="light grey",colour="light grey")+
geom_point()+
coord_quickmap(xlim=range(ha$x),ylim=range(ha$y))

## End(Not run)

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