Hi
hadley wickham wrote:
> On Mon, Jun 16, 2008 at 7:52 AM, mfrumin <[EMAIL PROTECTED]> wrote:
>> Dear all,
>>
>> With normal plotting, one can size a set of points in a plot using a vector
>> argument to cex in the points() function. This works whether you are using
>> one of the standard R sym
> Thanks for getting back to me so quickly. This mostly works, in that:
>
> - When I ran it just as you sent it, I get this error:
> Error in inherits(x, "factor") : object "fill" not found
Oh yeah, that's a change in the development version.
> - but when I took out "fill = fill" from your s
On Mon, Jun 16, 2008 at 3:55 PM, hadley wickham <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 16, 2008 at 7:52 AM, mfrumin <[EMAIL PROTECTED]> wrote:
> >
> > Dear all,
> >
> > With normal plotting, one can size a set of points in a plot using a
> vector
> > argument to cex in the points() function. Th
On Mon, Jun 16, 2008 at 7:52 AM, mfrumin <[EMAIL PROTECTED]> wrote:
>
> Dear all,
>
> With normal plotting, one can size a set of points in a plot using a vector
> argument to cex in the points() function. This works whether you are using
> one of the standard R symbols (i.e. 19+) or some ascii sy
Dear all,
With normal plotting, one can size a set of points in a plot using a vector
argument to cex in the points() function. This works whether you are using
one of the standard R symbols (i.e. 19+) or some ascii symbol, such as '/'
eg:
plot(1:10, 1:10, type='n');
points(1:10, 1:10, cex = 1
5 matches
Mail list logo