R/Uu.R

Uu <-
function(A){ 
	A <- data.frame(A)
	c <- length(A)
	A <- unlist(A)
	A <- matrix(A,,c)#dim(A)
	return(A)
}

Try the linkim package in your browser

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

linkim documentation built on May 2, 2019, 1:44 p.m.