I ran the example from the help file and it runs fine on my computer.
You did not provide a commented, minimal, self-contained,
reproducible code, so try out the example and see if it works. What
system are you on and what is your output graphical device?
On Jan 11, 2008 6:44 AM, Moise Alain <alianmoise at gmail.com>
wrote:> Hi,
> My name is Moise; I am trying to create a jittered stripchart of the
average
> profit per employee. I enter the following code
>
> > stripchart(AvgProfitPerEmployee, method = "jitter", pch = 1,
main="Average
> Profit in dollars per person", xlab = "Number of Employees",
ylab = "Profit
> per Employee")
> >
> when I press enter , no error is shown and now chart is drawn could you
> please tell me what I am doing wrong or is there any package that I could
> include to make R draw chart?
> Thank you
>
> Cheers
> Moise
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390
What is the problem you are trying to solve?