Hi,

I'd like to use the reshape2 package for melting datasets.

The problem is that I've also loaded the gglot2 package which
automatically loads the reshape-package. And the reshape is
masking my reshape2.

Thats why I tried
reshape2::melt(df_test,id=c("X1", "X2"),variable.name="variable_test",value.name="value.test")

But with no sucess. I still get the results from the melt function in reshape (variable.name
is ignored as a parameter). How can I access the melt function of reshape2 with
having ggplot2 still loaded?

/Johannes


	[[alternative HTML version deleted]]

