table2: A faster version of function 'table'

Description Usage Arguments Value Examples

View source: R/table2.R

Description

A faster version of function 'table'

Usage

1
table2(x, y)

Arguments

x

a vector to input

y

another vector to input

Value

an array

Examples

1
2
3
a <- c(1, 4, 2, 2, 1, 4)
b <- c(2, 3, 4, 2, 3, 4)
table2(a,b)

pikachuuu108/StatComp18018 documentation built on May 19, 2019, 9:38 p.m.