File: weights.R

package info (click to toggle)
r-cran-lava 1.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,816 kB
  • sloc: sh: 13; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (4)
1
2
3
4
5
##' @export
`Weights` <- function(x,...) UseMethod("Weights")

##' @export
Weights.default <- function(x,...) eval(x$weights)