Skip to content
Prev 54 / 197 Next

[OGRUG] R plot() Line numbers?

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:
Message-ID: <CADkt+ZvQuF7NxnEzjh4_Y8RfmkKUx3TyvPixRGTt7yBYjAHzmQ@mail.gmail.com>
In-Reply-To: <26381_1335230082_4F95FE82_26381_99_1_76e8d13d67e64629bc7fe7310b50990f@EXHUB2010-1.campus.MCGILL.CA>