Skip to content
Back to formatted view

Raw Message

Message-ID: <4EB1283B.9080902@bitwrit.com.au>
Date: 2011-11-02T11:23:39Z
From: Jim Lemon
Subject: triangles point left, filled?
In-Reply-To: <239734346.246556.1320138339838.JavaMail.apache@mail21.abv.bg>

On 11/01/2011 08:05 PM, Martin Ivanov wrote:
>   Dear R users,
>
> I want to plot not only triangles point up and triangles point down,
> which is easy using the "pch" argument to "points". I want to plot left and right pointing triangles as well. They must be fillable with colour.
>
> I browsed a little in the documentation, tried rotating the up and down pointing triangles, but of no avail. Any suggestions will be appreciated.
>
Hi Martin,
Have a look at the "my.symbols" function in the TeachingDemos package.

Jim