File: points.humpfit.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 (6 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
"points.humpfit" <-
    function(x, ...)
{
    points(x$x, x$y, ...)
    invisible()
}