Learn R Programming

reshape2 (version 1.0)

melt.default: Melt a vector.

Description

Melt a vector. For vectors, makes a column of a data frame

Usage

## S3 method for class 'default':
melt(data, ...)

Arguments

data
vector to melt
...
further arguments passed to or from other methods.