normalize_baseline | R Documentation |
Calculates "normalized" vector; equivalent to pmin(x, y) - y
normalize_baseline(x, baseline)
x |
Numeric vector |
baseline |
Number to normalize against |
x <- rnorm(n = 20) baseline <- 0 normalize_baseline(x, baseline)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.