Skip to content
Back to formatted view

Raw Message

Message-ID: <50B1A3DE.9070905@bitwrit.com.au>
Date: 2012-11-25T04:51:42Z
From: Jim Lemon
Subject: How to Label Cases in Scatterplots?
In-Reply-To: <1353773040876-4650650.post@n4.nabble.com>

On 11/25/2012 03:04 AM, john55 wrote:
> Hi everyone,
>
> i?m trying to graphically display distributions with r and i?m working with
> makrodata from the WVS.
>
> the command i?m using is
>
>> plot (Makrodata$v11, Makrodata$v12, xlab="Democracy Score Economist",
>> ylab= share religious people")
>
>
> i?m having an additional variable that identifies respectively labels the
> cases with its country name.
> how can i implement that variable, so it identifies the various cases in the
> scatterplot and looks like the spss screenshot i posted below?
>
> <http://r.789695.n4.nabble.com/file/n4650650/Unbenannt.gif>
>
Hi john55,
This looks like thigmophobe.labels (plotrix), although it would be hard 
to avoid label overlapping with points that crowded.

Jim