transform_timepoint_vals | R Documentation |
transform_timepoint_vals() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform timepoint values. Function argument timepoint_vals_chr specifies the object to be updated. Argument timepoint_levels_chr provides the object to be updated. The function returns Timepoint values (a character vector).
transform_timepoint_vals(
timepoint_vals_chr,
timepoint_levels_chr,
bl_val_1L_chr
)
timepoint_vals_chr |
Timepoint values (a character vector) |
timepoint_levels_chr |
Timepoint levels (a character vector) |
bl_val_1L_chr |
Baseline value (a character vector of length one) |
Timepoint values (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.