Skip to content

[OGRUG] R plot() Line numbers?

1 message · Tyler Smith

#
To plot the row numbers instead of the symbols, you can also do this:

plot(ick, type = 'n')
text(ick, labels = 1:nrow(ick))

On Mon, Apr 23, 2012 at 9:14 PM, David Gattrell
<david.gattrell at gmail.com> wrote: