melt: melt Convert an object into a molten data frame. This...

View source: R/depends_refs.R

meltR Documentation

melt Convert an object into a molten data frame. This function is from reshape2 package.

Description

This the generic melt function. See the following functions for the details about different data structures:

Usage

melt(data, ..., na.rm = FALSE, value.name = "value")

Arguments

data

Data set to melt

...

further arguments passed to or from other methods.

na.rm

Should NA values be removed from the data set? This will convert explicit missings to implicit missings.

value.name

name of variable used to store values


xia-lab/MetaboAnalystR documentation built on April 30, 2024, 10:05 p.m.