Transpose Dialog Function

DESCRIPTION:

This function is used by the Transpose dialog to create and return the transpose of a data.frame, matrix, or vector. This function is deprecated, and has been replaced by gui.transpose.col.

USAGE:

menuTranspose(x, save.name = NULL, show.p = .Options$show.data.in.view) 

REQUIRED ARGUMENTS:

x
Data.frame, matrix, or vector to be transposed.

OPTIONAL ARGUMENTS:

save.name
character string giving name under which to save result. If this is specified the result will be assigned to the working database under the given name, and will also be returned invisibly.
show.p
logical flag: if TRUE, save.name is specified, and the Windows S-PLUS GUI is active, the result will be displayed in a Data Window.

VALUE:

If x is a data.frame, this function will return a data.frame. If x is a matrix or vector, this function will return a matrix.

SEE ALSO:

EXAMPLES:

menuTranspose(environmental)