R/stat_cross_merge_vectors.R

#'cross merge two vector
#'@description cross merge two vector
#'
#'@usage
#'@param

#'@details
#'
#'@return
#'@author Sili Fan \email{fansili2013@gmail.com}
#'@seealso
#'@examplesz
#'@export
#

stat_cross_merge_vectors = function(x,y){c(rbind(x,y))}
kwanjeeraw/metabox documentation built on May 20, 2019, 7:07 p.m.