melt {reshape}R Documentation

Melt

Description

Melt an object into a form suitable for easy casting.

Usage

melt(data, ...)

Arguments

data Data set to melt
... Other arguments passed to the melt function

Details

See melt.data.frame and melt.array for details.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.7.1 Index]