Skip to content
Prev 309350 / 398506 Next

Error unary operator

it looks like 
 facet_grid(Aeventexhumed ~ Rayos)
 + geom_smooth(method="lm", fill=NA) + ylim(c(0, 7))

should read 

 facet_grid(Aeventexhumed ~ Rayos) + 
        geom_smooth(method="lm", fill=NA) + ylim(c(0, 7))

In ggplot the + must be on the preceding line. 


John Kane
Kingston ON Canada
____________________________________________________________
GET FREE SMILEYS FOR YOUR IM & EMAIL - Learn more at http://www.inbox.com/smileys
Works with AIM?, MSN? Messenger, Yahoo!? Messenger, ICQ?, Google Talk? and most webmails