powered by
The function checks whether the hauls coordinates is erroneously on the land.
land.points(TA, land=countries, verbose=TRUE)
data frame of the hauls data (TA, table A)
shapefile of countries. Made with Natural Earth. Free vector and raster map data @ naturalearthdata.com.
bulean parameter, if TRUE returns messages about the progress of the elaboration
The function returns the data frame of the hauls coordinates that fall on the land
The function uses a polygon shapefile of lands as reference to assess whether the points of the hauls fall either on the land or on the sea.
# NOT RUN { land.points(TA, land=countries, verbose=FALSE) # }
Run the code above in your browser using DataLab