formatResults {GCDkit}R Documentation

Reshape the data

Description

Function to reshape matrix to match the rownames of the numeric matrix WR.

Usage

formatResults(x)

Arguments

x

matrix or data frame

Details

This auxiliary function is typically used to reshape the matrix/data frame results produced by many functions of GCDkit. The resulting matrix/data frame matches the sample names/order in the numeric matrix WR and data frame labels and thus is ready to be appended by the functionaddResults.

Value

A reshaped data frame/matrix.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz


[Package GCDkit version 3.00 Index]