legend.proportion {RGeoS}R Documentation

Legend for postplots

Description

Legend for postplots

Usage

legend.proportion(pos.legend=0, z, x.legend=NA, y.legend=NA,
zmin=NA, zmax=NA, include.bounds = TRUE,
fg.low = 1, bg.low=NA, fg.in=2, bg.in=NA, fg.up=3, bg.up=NA,
flag.abs=FALSE, cex.lgd=0.8,inches=2,...)

Arguments

pos.legend

Location of the Legend inset map in the graphic window. If set to 0, the legend is not represented. For more information on the legend location, see legend.lcocate().

z

Vector containing the data to be visualized

x.legend,y.legend

Opposite corners of the legend inset map

zmin,zmax

Lower and upper thresholds

include.bounds

When TRUE, the thresholds are excluded.

fg.low

Color for symbol representing a sample with value below the lower bound

bg.low

Color for filling the symbol representing a sample with value below the lower bound

fg.in

Color for symbol representing a sample with value between bounds

bg.in

Color for filling the symbol representing a sample with value between bounds

fg.up

Color for symbol representing a sample with value above upper bound

bg.up

Color for filling the symbol representing a sample with value above upper bound

flag.abs

When TRUE, the absolute value of the target variable is considered

cex.lgd

Size for the characters

inches

Reference size for proportional representation. THe sizes of the symbols vary from inches*0.1 to inches*1.

...

Arguments passed for the points

See Also

legend.locate


[Package RGeoS version 9.1.1 Index]