[Robast-commits] r858 - branches/robast-1.0/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 7 11:39:44 CET 2015


Author: ruckdeschel
Date: 2015-11-07 11:39:43 +0100 (Sat, 07 Nov 2015)
New Revision: 858

Modified:
   branches/robast-1.0/pkg/RobAStBase/R/AllShow.R
Log:
RobAStBase: new show methods for pICList resp. OptionalpICList

Modified: branches/robast-1.0/pkg/RobAStBase/R/AllShow.R
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/R/AllShow.R	2015-11-07 10:27:54 UTC (rev 857)
+++ branches/robast-1.0/pkg/RobAStBase/R/AllShow.R	2015-11-07 10:39:43 UTC (rev 858)
@@ -136,9 +136,9 @@
 
     if(is(oI,"IC"))
        show(oI)
-    else{oIC <- object[[i]]@Curve
+    else{oIC <- oI at Curve
          for(j in 1:length(oIC))
              show(oIC[[j]]@Map)
     }
   }
-})
\ No newline at end of file
+})



More information about the Robast-commits mailing list