Have you tried loading reshape2 after ggplot2 and all it's requirements? Usually whatever is loaded last masks earlier loaded packages with functions of the same name so if reshape2 is last then it should mask reshape(1) and all of it's similarly named functions.
Brandon On Thu, Nov 10, 2011 at 08:30, Johannes Radinger <jradin...@gmx.at> wrote: > 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 > > -- > You received this message because you are subscribed to the ggplot2 > mailing list. > Please provide a reproducible example: http://gist.github.com/270442 > > To post: email ggpl...@googlegroups.com > To unsubscribe: email ggplot2+unsubscr...@googlegroups.com > More options: http://groups.google.com/group/ggplot2 > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.