Skip to content
Back to formatted view

Raw Message

Message-ID: <rffnp0t6cbmo2pjnjil3gee145bd33b02j@4ax.com>
Date: 2004-11-17T21:11:13Z
From: Duncan Murdoch
Subject: 3d scatter plot with drop line
In-Reply-To: <1253d67a04111712032a31b921@mail.gmail.com>

On Wed, 17 Nov 2004 12:03:54 -0800, Joel Bremson <joel3000 at gmail.com>
wrote :

>This is a follow up to my question from yesterday. I want to do in R
>what is called a "3d scatter plot with drop lines" in S-PLUS.
>
>Basically, it's a 3dscatterplot with lines connecting the x-y grid to
>the z points.
>The lines give a better perspective on the shape of the data surface.
>
>How to?

The scatterplot3d package does this in one of its examples, using
type='h'.

Duncan Murdoch