draw.coast {RGeostats} | R Documentation |
Represent the coast line
draw.coast(coast = NA, flag.as.points=FALSE, col0="black", cex0=0.01, flag.accurate=TRUE, ...)
coast |
Name of the structure containing the coast lines. It can be:
|
flag.as.points |
When TRUE, the coast line is represented as points; otherwise it is represented as a polyline. The interest of this option is to avoid spurious lines that may appear when using specific projections. |
col0 |
Color used to draw the coast |
cex0 |
Symbol size used to represent the coast. This parameter is used only when 'flag.as.points' is switched ON. |
flag.accurate |
When FALSE, the coast line is loaded from the package 'maps' that needs to be installed. When TRUE, the coast line comes from the package 'mapdata' which needs to be installed beforehand. This argument is left as the user may ask for low(mid) accuracy representation which saves time. |
... |