search for: augustcouncil

Displaying 4 results from an estimated 4 matches for "augustcouncil".

2007 Oct 04
4
Matrix bar plot
Hello, Does R have any facility to create a plot that looks similar to this: http://www.augustcouncil.com/~tgibson/barmatrix.jpg Thank you, -TAG Todd A. Gibson
2005 Nov 08
5
Using split and sapply to return entire lines
Hello, I have a data manipulation problem that I can easily resolve by using perl or python to pre-process the data, but I would prefer to do it directly in R. Given, for example: month length ratio monthly1 monthly2 1 Jan 23 0.1 9 6 2 Jan 45 0.2 9 6 3 Jan 16 0.3 9 6 4 Feb 14 0.2 1 9 5 Mar 98 0.4 2 2 6 Mar 02 0.6
2006 Sep 18
1
Legend frame error (PR#9236)
Hello, The frame drawn around the legend appears to miscalculate when the x-axis decreases rather than increases. Pasted below is a simple testcase. When the x-axis decreases, the width of the legend frame appears to be calculated based on the length of the first item, rather than the maximum length of all items. Thanks, -TAG Todd A. Gibson line1=dpois(seq(0,50), 10) par(mfcol=c(2,1))
2007 Oct 09
2
Greek in vector
Hello, I understand how to use substitute() to integrate Greek characters into plot labels, but I haven't been successful getting Greek to appear in the vector entries passed to legend() labels. Any hints? Thanks, -TAG