[Gogarch-commits] r8 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 25 14:18:12 CET 2009
Author: bpfaff
Date: 2009-01-25 14:18:12 +0100 (Sun, 25 Jan 2009)
New Revision: 8
Added:
pkg/R/Orthom-print.R
Log:
Print-method for class Orthom.
Added: pkg/R/Orthom-print.R
===================================================================
--- pkg/R/Orthom-print.R (rev 0)
+++ pkg/R/Orthom-print.R 2009-01-25 13:18:12 UTC (rev 8)
@@ -0,0 +1,4 @@
+##
+## print-method for objects of class Orthom
+##
+setMethod(f = "print", signature = "Orthom", function(x, ...) print(x at M, ...))
More information about the Gogarch-commits
mailing list