R/strength.wsrf.R

Defines functions strength

Documented in strength

strength <- function(object, ...) UseMethod("strength")

strength.wsrf <- function (object, ...) {

  object[[.STRENGTH_IDX]]

}

Try the wsrf package in your browser

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

wsrf documentation built on Jan. 6, 2023, 5:06 p.m.