| To: | yiwu ye <yiwu21111958@yahoo.com>, s-news@lists.biostat.wustl.edu |
|---|---|
| Subject: | Re: plot with NA |
| From: | "Richard M. Heiberger" <rmh@temple.edu> |
| Date: | Tue, 29 Nov 2005 20:44:04 -0500 |
This works: > x <- c(1,2,3,NA,4,5) > y <- c(3,2,NA,5,3,6) > plot(x, y) > Therefore it is more likely that the x and y vectors in your example have different lengths. In my example > length(x) [1] 6 > length(y) [1] 6 > If you have further difficulty, please send to the entire list a trivial example that reproduces the problem. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | plot with NA, yiwu ye |
|---|---|
| Next by Date: | Re: Course***Adanced R/Splus Programming***at 3 USA locations, January 2006, paul king |
| Previous by Thread: | plot with NA, yiwu ye |
| Next by Thread: | Errors in using Menus Data and Statistics, asanquer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |