Learn R Programming

sleuth (version 0.29.0)

$<-.sleuth: Extend internal '$<-' for sleuth object

Description

This extension is mainly to address case where transform_fun is changed by user. This function informs user that the fits need to be redone and updates those fits. Otherwise it acts normally.

Usage

# S3 method for sleuth
$(obj, name) <- value

Arguments

Examples

Run this code
# NOT RUN {
obj$transform_fun <- function(x) log2(x+0.5)
# }

Run the code above in your browser using DataLab