File: print.nestednodf.R

package info (click to toggle)
r-cran-vegan 2.5-7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,564 kB
  • sloc: ansic: 2,275; fortran: 1,088; sh: 42; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
`print.nestednodf` <-
    function(x, ...)
{    
    cat("N columns  :", format(x$statistic["N.columns"], ...), "\n")
    cat("N rows     :", format(x$statistic["N.rows"], ...), "\n")
    cat("NODF       :", format(x$statistic["NODF"], ...), "\n")
    cat("Matrix fill:", format(x$fill, ...), "\n")
    invisible(x)
}