Examples for 'maptools::pointLabel'


Label placement for points to avoid overlaps

Aliases: pointLabel

Keywords: aplot

### ** Examples

n <- 50
x <- rnorm(n)*10
y <- rnorm(n)*10
plot(x, y, col = "red", pch = 20)
pointLabel(x, y, as.character(round(x,5)), offset = 0, cex = .7)
plot of chunk example-maptools-pointLabel-1
plot(x, y, col = "red", pch = 20)
pointLabel(x, y, expression(over(alpha, beta[123])), offset = 0, cex = .8)
plot of chunk example-maptools-pointLabel-1

[Package maptools version 1.1-4 Index]