Description Usage Arguments Author(s) Examples
View source: R/convert_counts_2_props.R
convert a vector of counts into proportions
1 |
x |
a vector (of counts) |
Lingyun (Larry) Zhang lyzhang10@gmail.com
1 2 | x <- 1:5
p <- convert_2_prop(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.