count: Count the frequency of numbers 'count'

Description Usage Arguments Value Examples

View source: R/Func_Misc.R

Description

Count the frequency of numbers count

Usage

1
count(x, n = NULL)

Arguments

x

target value

n

specific frequency

Value

count of specific frequency

Examples

1
2
3
x=c(round(rnorm(100, 2)+1), 0,0)
count(x)
count(x, sum(x==0))

happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.