R users; Does anyone have a recommendation for a faster plotting function rather than plot(x,y)? when I use plot(x,y) for a large number of variables, it take couple of moments to plot the graph? Sincerely, Sean
xy_plot
2 messages · ebashi, Mike Saunders
Sean: You need to provide more information on your problem for anyone to help you much. One of the "apply" functions working in tandem with "points" or "lines" (or others) can often do multiple item quickly, but again I don't know the context of your problem. Mike ----- Original Message ----- From: "ebashi" <arshia22 at yahoo.com> To: "R" <r-help at stat.math.ethz.ch> Sent: Tuesday, November 30, 2004 2:31 PM Subject: [R] xy_plot
R users; Does anyone have a recommendation for a faster plotting function rather than plot(x,y)? when I use plot(x,y) for a large number of variables, it take couple of moments to plot the graph? Sincerely, Sean
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html