Learn R Programming

RFOC (version 3.4-10)

rakelegend: Focal Legend based on rake

Description

Focal Legend based on rake

Usage

rakelegend(corn="topright", pal=1)

Value

Graphical Side Effects

Arguments

corn

position of legend, default="topright"

pal

palette number, default=1

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Colors are based on earlier publication of Geotouch program.

For pal = 1, colors are , DarkSeaGreen, cyan1, SkyBlue1, RoyalBlue, GreenYellow, orange, red.

References

Lees, J. M., (1999) Geotouch: Software for Three and Four-Dimensional GIS in the Earth Sciences, Computers and Geosciences, 26(7) 751-761.

See Also

foc.color,focleg

Examples

Run this code

plot(c(0,1), c(0,1), type='n')

rakelegend(corn="topleft", pal=1)

Run the code above in your browser using DataLab