> i used this command three times, 
clearly not exactly this, if it's stopped working ...

> but now is not working, the error reported is:
> Error: unexpected ')' in "ggplot(percent, aes(x=factor(Cell.lines), 
> y=Percentage,
> vjust=-0.5, fill=Prostate )) + geom_bar(colour="black", stat="identity",
> position=position_dodge(), size=.3)+ylim(0%,100%)"
> 
> 
> Can some one help me? any suggestions?

You have an unexpected right parenthesis at 100%). Look for something wrong 
there or before that - often an unmatched parenthesis, string terminator or 
operator terminator - would be sensible.

As a clue, you could think about what '%' means in R. It does NOT mean 'percent'

S Ellison


*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to