XYname {spaa} | R Documentation |
Generating vector of XY labels by providing number of rows and columns
XYname(x, y)
x |
Number of X labels |
y |
Number of Y labels |
Vector of XY labels
Jinlong Zhang jinlongzhang01@gmail.com
None
lab.mat
for converting the vector to matrix of XY labels.
## XYname() example
XYname(4,6)