XYname {spaa}R 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)


[Package spaa version 0.2.2 Index]