R/weight.R

Defines functions `Weight` Weight.default

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

##' @export
Weight.default <- function(x,...) eval(x$weight)

Try the lava package in your browser

Any scripts or data that you put into this service are public.

lava documentation built on May 2, 2019, 4:49 p.m.