R/weights.R

Defines functions Weights.default `Weights`

##' @export
`Weights` <- function(x,...) UseMethod("Weights")

##' @export
Weights.default <- function(x,...) eval(x$weights)
kkholst/lava documentation built on Jan. 13, 2025, 12:34 p.m.