XYname: Generating vector of XY labels

View source: R/XYname.R

XYnameR Documentation

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

Author(s)

Jinlong Zhang jinlongzhang01@gmail.com

References

None

See Also

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

Examples


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


spaa documentation built on April 4, 2025, 2:41 a.m.