lab.mat {spaa} | R Documentation |
Convert vector of XY labels to label matrix
Description
Convert vector of XY labels to label matrix
Usage
lab.mat(plotlab)
Arguments
plotlab |
Vector of XY labels |
Value
XY label matrix
Author(s)
Jinlong Zhang jinlongzhang01@gmail.com
See Also
Examples
### lab.mat() example
plotlab1 <- XYname(4,6)
labmat <- lab.mat(plotlab1)
[Package spaa version 0.2.2 Index]