Melt a vector. For vectors, makes a column of a data frame
# S3 method for default
melt(data, ..., na.rm = FALSE, value.name = "value")
vector to melt
further arguments passed to or from other methods.
Should NA values be removed from the data set? This will convert explicit missings to implicit missings.
name of variable used to store values
Other melt methods:
melt.array()
,
melt.data.frame()
,
melt.list()