File: print.nestedn0.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 (7 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
"print.nestedn0" <-
function(x, ...)
{
    cat("Nestedness index N0:", format(x$statistic), "\n")
    invisible(x)
}