plotIsoparalitoral: Plot Isoparalitoral shapes

View source: R/plotIsoparalitoral.R

plotIsoparalitoralR Documentation

Plot Isoparalitoral shapes

Description

Plot Isoparalitoral shapes

Usage

plotIsoparalitoral(
  codeList = NULL,
  add = FALSE,
  old = TRUE,
  plotParams = list(xlim = c(-90, -70), ylim = c(-18, -2), axes = TRUE, xlab = NA, ylab =
    NA),
  mapParams = list(database = "world"),
  ...
)

Arguments

codeList

AIP codes to plot.

add

logical flag that specifies whether to add to the current plot. If FALSE, a new plot is begun, using coordinates for Peruvian shore.

old

logical. Specifying whether to use old AIP shape (AIPShapefile_old) o the new (AIPShapefile_new).

plotParams

Extra parameters passed to plot function. This argument is ignored if add = TRUE.

mapParams

Extra parameters passed to map function. This argument is ignored if add = TRUE.

...

Extra parameters passed to plot.SpatialPolygons function.

Details

plot.SpatialPolygons is an internal function of sp. Some important parameters are: border which allows to specify color (or colors if a vector) of each AIP. col is useful to modify fill color of AIP.


LuisLauM/ruisu documentation built on March 26, 2024, 8:23 a.m.