convert_2_prop: convert a vector of counts into proportions

Description Usage Arguments Author(s) Examples

View source: R/convert_counts_2_props.R

Description

convert a vector of counts into proportions

Usage

1

Arguments

x

a vector (of counts)

Author(s)

Lingyun (Larry) Zhang lyzhang10@gmail.com

Examples

1
2
x <- 1:5
p <- convert_2_prop(x)

zhanglynz/myhelper documentation built on Sept. 26, 2021, 3:33 a.m.