SOleg: SOleg creating rounded legends for SOmap

Description Usage Arguments Value Examples

View source: R/SOleg.R

Description

SOleg creating rounded legends for SOmap

Usage

1
2
SOleg(x, position = "topright", col = grDevices::heat.colors(80),
  ticks = 6, tlabs = "", Trim = -45, label = "Heat")

Arguments

x

Object to plot (currently not used)

position

Where you want the legend ("topleft","topright", "bottomright")

col

Color pattern to use.

ticks

Number of ticks to include on the legend.

tlabs

Tick labels.

Trim

Trim that was used to create the SOmap.

label

Legend label.

Value

Creates rounded legends

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
SOleg(position="topleft",
      col=heat.colors(80),
      ticks=4,
      tlabs = c("1","10","100","1000"),
      Trim=-45,
      label="Heat")

## End(Not run)

Maschette/SOmap documentation built on May 26, 2019, 3:30 a.m.