legend.line {RGeoS}R Documentation

Line Legend

Description

Legend used for line representation. This legend is used, in particular when displaying experimental variograms and/or fitted models.

Usage

legend.line(pos.legend=0, 
x.legend=NA, y.legend=NA,
pch=NA, lty=NA, col=NA, lwd=NA, 
flag.point = FALSE, flag.line = FALSE,
labels,  ...)

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().

x.legend,y.legend

Opposite corners of the legend inset map

pch

Vector giving the type of the symbols.Default : pch=c(1,2,3,...)

lty

Vector giving the type of the line drawing. Default : pch=c(1,2,3,...) For more information, please refer to get.one

col

Vector giving the color of the line drawing. For more information, please refer to get.one

lwd

Vector giving the lines widths. For more information, please refer to get.one

flag.point

When TRUE, the point legend is represented.

flag.line

When TRUE, the line legend is represented.

labels

a vector of character strings

...

Arguments passed to the Splus functions text() and points()


[Package RGeoS version 9.1.1 Index]