ggplot(c)+opts(legend.postition="none")+geom_smooth(aes(x=Operational_holding,y=Crop_production),method="lm")+geom_smooth(aes(x=Operational_holding,y=Crop_production+Animal_resources,colour="red"),method="lm")
Will be grateful if anyone could explain how to turn off the legend.
Vikas