drawLegend: drawLegend function

View source: R/drawLegend.R

drawLegendR Documentation

drawLegend function

Description

function to draw legend for field map.

Usage

drawLegend(
  plotList,
  boundry,
  cols,
  shiftLeg = c(0, 0),
  labNames = NULL,
  scaleLeg = 0.33,
  rotateLabs = 0,
  a = 0,
  ...
)

Arguments

plotList

[value]

boundry

[value]

cols

[value]

shiftLeg

[value]

labNames

[value]

scaleLeg

[value]. Default is 0.33

rotateLabs

angle to be used for rotating the labels. Default is 0

a

numeric. Angle to be used for drawing the legend. Default is 0

...

additional arguments passed to text()

Details

[fill in details here]

Value

[value]

Examples

# none

nsantantonio/fieldMapR documentation built on Feb. 4, 2025, 3:07 a.m.