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@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.