Skip to content
Back to formatted view

Raw Message

Message-ID: <17166.48943.497375.305699@stat.math.ethz.ch>
Date: 2005-08-26T07:05:19Z
From: Martin Maechler
Subject: Help about R
In-Reply-To: <p0621020cbf338c41a8e9@[128.115.153.6]>

>>>>> "Don" == Don MacQueen <macq at llnl.gov>
>>>>>     on Thu, 25 Aug 2005 08:11:42 -0700 writes:

    Don> Also, for the three dimensional graphic,
    Don> help.search("3d")
    Don> will lead to a reference to the cloud() function in the lattice package.

    Don> I don't remember if the lattice package is installed by default. 

it is, since it's recommended.
In such a situation (as in quite a few others), please consider
using

  > packageDescription("lattice")

  Package: lattice
  Version: 0.12-5
  Date: 2005/08/16
  Priority: recommended <<<<<<<<<<<
  ^^^^^^^^^^^^^^^^^^^^^^
  Title: Lattice Graphics
  Author: Deepayan Sarkar <deepayan.sarkar at r-project.org>
  ........................
  ........................

where I've added the <<<<<<<< and ^^^^ markup.

    Don> If not, you will have to install it.