Dear Rafael,
Here is a suggestion using plot():

set.seed(123)
x <- rpois(100,10)
plot(table(x))

HTH,

Jorge


On Wed, Aug 19, 2009 at 2:11 PM, Rafael Moral <> wrote:

> Dear useRs,
>
> How can I draw a barplot, but instead of bars, I'd get lines?
>
> Thanks,
> Kind regards,
> Rafael.
>
>
>
>  
> ____________________________________________________________________________________
> [[elided Yahoo spam]]
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org 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.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

Reply via email to