R/vectorize.R

#'Vectorizes the FCGR
#'
#'@name vectorize
#'@param data  CGR object from cgr.R
#'
#'@details This function returns the FCGR as vector.
#'
#'@return Vector with FCGR-encoding
#'
#'@export
#'
#'
#'


vectorize = function (data) {
  as.vector(data$matrix)
}

Try the kaos package in your browser

Any scripts or data that you put into this service are public.

kaos documentation built on Sept. 27, 2019, 9:04 a.m.