R/correlation.wsrf.R

Defines functions correlation.wsrf correlation

Documented in correlation correlation.wsrf

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

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

  object[[.CORRELATION_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.