Is the value.name ignored as well?
Looks like it might have been left out of the function call?
>reshape2::melt
function (data, ..., na.rm = FALSE, value.name = "value")
{
UseMethod("melt", data)
}
<environment: namespace:reshape2>
Brandon
On Thu, Nov 10, 2011 at 08:45, Johannes Radinger <[email protected]> wrote:
>
> > 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
>
> Yes, reshape2 is loaded after reshape... but reshape masks reshape2, maybe
> because reshape is needed by ggplot2? So it is really strange...
>
> /johannes
>
>
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.