mapBubbles: Create a Map

View source: R/mapBubbles.R

mapBubblesR Documentation

Create a Map

Description

Produce a map with bubbles for points.

Usage

mapBubbles(
  dat,
  depths = NULL,
  plotMap = T,
  maxValue = max(dat$Z),
  maxSize = 0.3,
  circle.fg = "black",
  circle.bg = grDevices::rgb(0, 0, 0, 0.3),
  type = "surface",
  zeroPch = 13,
  zeroCex = 0.8,
  zeroCol = grDevices::gray(0.5),
  legendPos = "bottomright",
  legendBreaks = NULL,
  legendType = "vert",
  legendTitle = NULL,
  legendCex = 0.8,
  legendTitleCex = legendCex,
  ...
)

Arguments

dat

The data.

depths

The default is NULL.

plotMap

A logical value specifying if the map should be plotted.

maxValue

todo: document the argument.

maxSize

todo: document the argument.

circle.fg

The color for the foreground of the bubles.

circle.bg

The color for the background of the bubles.

type

todo: document the argument.

zeroPch

todo: document the argument.

zeroCex

todo: document the argument.

zeroCol

todo: document the argument.

legendPos

todo: document the argument.

legendBreaks

todo: document the argument.

legendType

todo: document the argument.

legendTitle

todo: document the argument.

legendCex

todo: document the argument.

legendTitleCex

todo: document the argument.

...

Arguments passed to plotMap.


nwfsc-assess/nwfscMapping documentation built on July 8, 2023, 4:50 a.m.