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]]

}
SimonYansenZhao/wsrf documentation built on Jan. 5, 2023, 9 p.m.