mapLand: mapLand - puts land mass on top of a plot; covers land...

Description Usage Arguments Value Examples

Description

mapLand - puts land mass on top of a plot; covers land overlaps Used primarily after using plotpolys, which often leaves some oblongs sitting over parts of the coast. Using mappoints can also leave points on land.

Usage

1
mapLand(col = "lightgrey", border = NULL)

Arguments

col

defaults to "lightgrey" but can be any colour

border

the colour of the polygon outline; defaults to NULL

Value

Nothing returned but the plot of land is repeated in light blue

Examples

1
2
3
4
5
6
## Not run: 
 dev.new(height=6.0,width=7.5,noRStudioGD = TRUE)
 maptas()
 mapLand(incol="red")

## End(Not run)

haddonm/abspatial documentation built on June 7, 2019, 9:54 a.m.