coordplot: Plot Coordinates

Description Usage Arguments See Also Examples

View source: R/coordplot.R

Description

Quick plot of coordinates on equally scaled coordinate plane, labelled with row names.

Usage

1
coordplot(pts)

Arguments

pts

A numeric matrix with two columns of x and y coordinates to be plotted.

See Also

coordturn, coordmove, coordflip, coordtri.

Examples

1
2
3
test <- matrix(c(0, 4, 1, 0, 2, 3), ncol=2,
 dimnames=list(LETTERS[1:3], NULL))
coordplot(test)

JVAdams/jvamisc documentation built on Aug. 11, 2021, 6:43 a.m.