R/transformHMPtoHMPTree.R

Defines functions transformHMPtoHMPTree

Documented in transformHMPtoHMPTree

transformHMPtoHMPTree <-
function(data){
	if(missing(data))
		stop("A valid data set is required.")
	
	data <- as.data.frame(t(data))
	
	return(data)
}

Try the HMPTrees package in your browser

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

HMPTrees documentation built on May 2, 2019, 4:02 p.m.