Displaying 1 result from an estimated 1 matches for "nformula".
Did you mean:
formula
2006 Nov 22
1
Undocumented S4 methods: generic 'show'
...\item{show}{\code{signature(object = "equation")}: Prints the
formula and the type of an equation.}
}
}
The show-method for objects of class 'equation' is defined as:
setMethod("show", signature(object = "equation"), function(object){
cat("\nFormula:\n")
print(object at formula)
cat(paste("Type of equation:", object at type, "\n"))
}
)
In the NAMESPACE, I have included:
exportMethods("show")
Any pointers are most welcome.
Best,
Bernhard
> R.version
_
platform i386-pc-mingw...