Skip to content
Back to formatted view

Raw Message

Message-ID: <loom.20061201T191528-781@post.gmane.org>
Date: 2006-12-01T19:10:00Z
From: Ben Bolker
Subject: 3D histogramm

C?line Henzelin <celine_appui <at> hotmail.com> writes:

> 
> thank you for your answer i checked my code and it now works
> 
> One more question... do you know how to have an 3D histogramm from a known 
> matrix of probabilities
> 
> Cline
> 

  An RSiteSearch on 3d histogram will get you some answers,
as well as a variety of strong opinions about why you shouldn't
plot your data as 3d histograms in the first place.

  Hints:

   demo(hist3d) in the rgl package
   example(scatterplot3d) in the scatterplot3d package
   
  Ben Bolker