[Stpp-commits] r18 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Oct 28 15:31:54 CET 2008


Author: barryrowlingson
Date: 2008-10-28 15:31:54 +0100 (Tue, 28 Oct 2008)
New Revision: 18

Modified:
   pkg/R/stani.R
Log:
stani now doesn't plot tiny points at the bounding box

Modified: pkg/R/stani.R
===================================================================
--- pkg/R/stani.R	2008-10-28 12:45:59 UTC (rev 17)
+++ pkg/R/stani.R	2008-10-28 14:31:54 UTC (rev 18)
@@ -77,7 +77,7 @@
   ylim=.ranger(xyt[,2])
   tlim=.ranger(xyt[,3])
 
-  plot3d(xlim,ylim,tlim,xlab="",ylab="",zlab="",axes=FALSE)
+  plot3d(xlim,ylim,tlim,xlab="",ylab="",zlab="",axes=FALSE,type="n")
   par3d(FOV=1)
   ## aspect ratio...
   AR=diff(xlim)/diff(ylim)



More information about the Stpp-commits mailing list