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)

Value

Vector of XY labels

Arguments

x

Number of X labels

y

Number of Y labels

Author

Jinlong Zhang jinlongzhang01@gmail.com

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