Learn R Programming

spaa (version 0.2.2)

XYname: Generating vector of XY labels

Description

Generating vector of XY labels by providing number of rows and columns

Usage

XYname(x, y)

Arguments

x
Number of X labels
y
Number of Y labels

Value

Vector of XY labels

References

None

See Also

lab.mat for converting the vector to matrix of XY labels.

Examples

Run this code

## XYname() example
XYname(4,6)

Run the code above in your browser using DataLab