draw.coast {RGeostats} | R Documentation |
Represent the coast line
draw.coast(xlim, ylim, coast = NA, flag.as.points=FALSE, col0="black", cex0=0.01, ...)
xlim,ylim |
Bounds of the represented view (defined in longitude, latitude coordinates). |
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. |
... |