File: print.gm.R

package info (click to toggle)
r-cran-ctmcd 1.4.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: cpp: 183; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
print.gm <-
function (x, ...) 
{
    cat("Call:\n")
    print(x$call)
    cat("\nParameters:\n")
    print(signif(x$par, 4))
}