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 Feb. 22, 2024, 4:07 p.m.