| To: | s-news@wubios.wustl.edu |
|---|---|
| Subject: | Modifying pch= (plot parameter) -Summary |
| From: | Alain Yamakana <alain.yamakana@rogers.com> |
| Date: | Mon, 29 Aug 2005 13:12:49 -0400 (EDT) |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LhomfxN3YlUlLFgDZlMd0XdUIfXhb3jFag0tL69g58HXbsIHpzjhSySzXh8XAVS8QgyoanFp1LH5rrfcAXNAbzaOR3+n+zdlsJ0IfHMVKVDyw3oyW/bxIEApMNT5120F1AUcjNfzppJQl7Q0glOKhYFb4qyBoNu15G9tWINMHnA= ; |
|
Below are kind and prompt suggestions from Thierry Okelinx, John Fennick, and Patrick Burns. Thanks!
Try something like this plot(dataframe$x[dataframe$quarter == 1], dataframe$y[dataframe$quarter == 1], type = ?b?, pch = ? points(dataframe$x[dataframe$quarter == 2], dataframe$y[dataframe$quarter == 2], type = ?b?, pch = ? points(dataframe$x[dataframe$quarter == 3], dataframe$y[dataframe$quarter == 3], type = ?b?, pch = ? points(dataframe$x[dataframe$quarter == 4], dataframe$y[dataframe$quarter == 4], type = ?b?, pch = ? Cheers, Thierry Alain, For the remainder, a slow way to find them is plot(n,n, pch=n) It is certainly possible, the question is how much work |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Modifying pch= (plot parameter), Alain Yamakana |
|---|---|
| Next by Date: | Overlaying Graphs, Khan, Sohail |
| Previous by Thread: | Modifying pch= (plot parameter), Alain Yamakana |
| Next by Thread: | Overlaying Graphs, Khan, Sohail |
| Indexes: | [Date] [Thread] [Top] [All Lists] |