Description Usage Arguments Value Examples
View source: R/low_quality_cells.R
Center numeric data
1 |
x |
numeric matrix or data.frame |
func |
Function, which returns a center for given vector (default=mean()) |
Data.frame with the centered x
1 2 | Center(data.frame(x=c(1, 2, 3), y=c(0, 25, 100)))
Center(data.frame(x=c(1, 2, 3), y=c(0, 25, 100)), func=median)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.