search for: output_df

Displaying 1 result from an estimated 1 matches for "output_df".

Did you mean: output_cdf
2011 Sep 15
1
changing "label" in ggplot
...ape=d$Groups)) +facet_grid(.~Subgroup) >g1<-g+ geom_smooth(aes(color=d$Groups), method= "lm", se=FALSE) + scale_colour_manual(name="Blabla") When I call g1 then it says: (translating in English... so there may be differences in the English version) " Error in names(output_df) <- output: 'names' attribut [1] must have the same length as vector [0]" I tried to look at the other solutions proposed here or somewhere else but it seems that nothing like this happens to other people who use this function... Any suggestions would be more than welcome! :) I a...